From af2c3601fae1c5f8e81806b9cdd0461b74e28dec Mon Sep 17 00:00:00 2001 From: Justin King Date: Tue, 14 Jul 2026 13:01:49 -0700 Subject: [PATCH] Update protobuf dependency version to 35.1. Updates the protobuf version in the Bazel MODULE file from 34.1 to 35.1. PiperOrigin-RevId: 947857690 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 0901db5f8..090309f2a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -34,7 +34,7 @@ bazel_dep( bazel_dep(name = "rules_license", version = "1.0.0") bazel_dep( name = "protobuf", - version = "34.1", + version = "35.1", repo_name = "com_google_protobuf", ) bazel_dep(