From c78eebfa97880507a3f3f1fdd0db02c0750766ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 16:14:36 +0000 Subject: [PATCH] Bump protobuf from 31.1 to 35.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 31.1 to 35.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v31.1...v35.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: '35.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d513804..4565612 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -156,7 +156,7 @@ archive_override( ) # Protobuf dependency (pulled by grpc) -bazel_dep(name = "protobuf", version = "31.1") +bazel_dep(name = "protobuf", version = "35.0") # Patch protobuf to not link -lpthread on QNX (pthread is built into libc on QNX) archive_override(