Skip to content

Commit

Permalink
chore(deps): update dependency rules_java to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 4fd1af9 commit 63c0b99
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 @@ -6,7 +6,7 @@ module(
)

bazel_dep(name = "mypy_integration", version = "0.0.0")
bazel_dep(name = "rules_java", version = "7.11.1")
bazel_dep(name = "rules_java", version = "8.3.0")
bazel_dep(name = "rules_python", version = "0.27.1")

local_path_override(
Expand Down

0 comments on commit 63c0b99

Please sign in to comment.