Skip to content

Commit

Permalink
chore(deps): update dependency rules_java to v7.6.0 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 7282389 commit ae70ea2
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 @@ -7,7 +7,7 @@ module(
)

bazel_dep(name = "mypy_integration", version = "0.0.0")
bazel_dep(name = "rules_java", version = "7.5.0")
bazel_dep(name = "rules_java", version = "7.6.0")
bazel_dep(name = "rules_python", version = "0.27.1")

local_path_override(
Expand Down

0 comments on commit ae70ea2

Please sign in to comment.