Skip to content

Commit 7c87bf4

Browse files
meteorcloudyejona86
authored andcommitted
Fix build with Bazel 9 by upgrading bazel_jar_jar and grpc-proto versions
1 parent 52f23e4 commit 7c87bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4646
]
4747
# GRPC_DEPS_END
4848

49-
bazel_dep(name = "bazel_jar_jar", version = "0.1.7")
49+
bazel_dep(name = "bazel_jar_jar", version = "0.1.11.bcr.1")
5050
bazel_dep(name = "bazel_skylib", version = "1.7.1")
5151
bazel_dep(name = "googleapis", version = "0.0.0-20240326-1c8d509c5", repo_name = "com_google_googleapis")
52-
bazel_dep(name = "grpc-proto", version = "0.0.0-20240627-ec30f58", repo_name = "io_grpc_grpc_proto")
52+
bazel_dep(name = "grpc-proto", version = "0.0.0-20240627-ec30f58.bcr.1", repo_name = "io_grpc_grpc_proto")
5353
bazel_dep(name = "protobuf", version = "33.1", repo_name = "com_google_protobuf")
5454
bazel_dep(name = "rules_cc", version = "0.0.9")
5555
bazel_dep(name = "rules_java", version = "9.1.0")

0 commit comments

Comments
 (0)