Skip to content

Commit 601aee8

Browse files
committed
Update rules_java to 8.6.3wq
1 parent 51d7dc8 commit 601aee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GRPC_VERSION = "1.68.1"
66
# Tryng to do so results in `external/grpc-java~/okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java:147: error: [strict] Using type okio.Buffer from an indirect dependency (TOOL_INFO: "@maven//:com_squareup_okio_okio_jvm")`
77
GRPC_MAVEN_VERSION = "1.54.1"
88

9-
bazel_dep(name = "rules_java", version = "8.6.0")
9+
bazel_dep(name = "rules_java", version = "8.6.3")
1010
bazel_dep(name = "rules_jvm_external", version = "6.6")
1111
bazel_dep(name = "rules_android", version = "0.6.3", repo_name = "build_bazel_rules_android")
1212
bazel_dep(name = "rules_kotlin", version = "2.1.3", repo_name = "io_bazel_rules_kotlin")

0 commit comments

Comments
 (0)