Skip to content

Commit

Permalink
chore(deps): update dependency protobuf to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent a5aebc5 commit f389ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/grpc_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "7.0.2")

# Gazelle currently needs protobuf to be named com_google_protobuf.
# If they fix this, we can remove the repo_name argument.
bazel_dep(name = "protobuf", version = "28.3", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "29.0", repo_name = "com_google_protobuf")

apple_cc_configure = use_extension(
"@apple_support//crosstool:setup.bzl",
Expand Down
2 changes: 1 addition & 1 deletion examples/grpc_package_example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "7.0.2")

# Gazelle currently needs protobuf to be named com_google_protobuf.
# If they fix this, we can remove the repo_name argument.
bazel_dep(name = "protobuf", version = "28.3", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "29.0", repo_name = "com_google_protobuf")

apple_cc_configure = use_extension(
"@apple_support//crosstool:setup.bzl",
Expand Down

0 comments on commit f389ada

Please sign in to comment.