diff --git a/examples/grpc_example/MODULE.bazel b/examples/grpc_example/MODULE.bazel index 9212f8bed..766e47620 100644 --- a/examples/grpc_example/MODULE.bazel +++ b/examples/grpc_example/MODULE.bazel @@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "6.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 = "27.3", repo_name = "com_google_protobuf") +bazel_dep(name = "protobuf", version = "27.4", 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 9212f8bed..766e47620 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 = "6.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 = "27.3", repo_name = "com_google_protobuf") +bazel_dep(name = "protobuf", version = "27.4", repo_name = "com_google_protobuf") apple_cc_configure = use_extension( "@apple_support//crosstool:setup.bzl",