Skip to content

Commit

Permalink
Update dependency rules_java to v7.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 44e3865 commit e24cbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bazel_dep(name = "rules_cc", version = "0.0.9")

# Can't update past this version as it breaks compatibility with Bazel 6 due to
# the Turbine native image not supporting --release used by rules_jvm_external.
bazel_dep(name = "rules_java", version = "7.2.0")
bazel_dep(name = "rules_java", version = "7.11.1")

# This fork restores compatibility with Bazel 6 and is based on 6.1.
bazel_dep(name = "rules_jvm_external")
Expand Down

0 comments on commit e24cbf4

Please sign in to comment.