diff --git a/examples/grpc_example/MODULE.bazel b/examples/grpc_example/MODULE.bazel index c13a5480c..e5224895e 100644 --- a/examples/grpc_example/MODULE.bazel +++ b/examples/grpc_example/MODULE.bazel @@ -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 = "29.1", repo_name = "com_google_protobuf") +bazel_dep(name = "protobuf", version = "29.2", repo_name = "com_google_protobuf") apple_cc_configure = use_extension( "@apple_support//crosstool:setup.bzl", diff --git a/examples/grpc_package_example/MODULE.bazel b/examples/grpc_package_example/MODULE.bazel index c13a5480c..e5224895e 100644 --- a/examples/grpc_package_example/MODULE.bazel +++ b/examples/grpc_package_example/MODULE.bazel @@ -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 = "29.1", repo_name = "com_google_protobuf") +bazel_dep(name = "protobuf", version = "29.2", repo_name = "com_google_protobuf") apple_cc_configure = use_extension( "@apple_support//crosstool:setup.bzl",