From a7a5bbe973eadf5f107eac88a9af09f995447963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:02:51 +0000 Subject: [PATCH] chore(deps): update protobuf monorepo to v35 --- examples/proto/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/proto/MODULE.bazel b/examples/proto/MODULE.bazel index 50fbb013..3b856ab8 100644 --- a/examples/proto/MODULE.bazel +++ b/examples/proto/MODULE.bazel @@ -1,5 +1,5 @@ bazel_dep(name = "rules_ruby") -bazel_dep(name = "protobuf", version = "34.1") +bazel_dep(name = "protobuf", version = "35.0") # We don't depend on these, but have to force newer resolutions for protobuf which has crazy deps. force_bazel9_compat = None