Skip to content

Commit 6ee9068

Browse files
committed
bump the protobuf dep
1 parent f9308e5 commit 6ee9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bzlmod/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ local_path_override(
1616
bazel_dep(name = "rules_proto", version = "6.0.0-rc1")
1717

1818
# (py_proto_library specific) Add the protobuf library for well-known types (e.g. `Any`, `Timestamp`, etc)
19-
bazel_dep(name = "protobuf", version = "27.0", repo_name = "com_google_protobuf")
19+
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
2020

2121
# Only needed to make rules_python's CI happy. rules_java 8.3.0+ is needed so
2222
# that --java_runtime_version=remotejdk_11 works with Bazel 8.

0 commit comments

Comments
 (0)