Skip to content

Commit 326b643

Browse files
committed
Update dependency protobuf to v34
1 parent cdd8d8f commit 326b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use_repo(node, "nodejs", "nodejs_toolchains")
5858
# Protobuf and abseil are linked against by goma's input processor so we must keep the source versions in sync
5959
bazel_dep(
6060
name = "protobuf",
61-
version = "29.1", # Same version as used in goma fork
61+
version = "34.0.bcr.1", # Same version as used in goma fork
6262
repo_name = "com_google_protobuf",
6363
)
6464
bazel_dep(name = "abseil-cpp", repo_name = "com_google_absl")

0 commit comments

Comments
 (0)