Skip to content

Commit

Permalink
chore(deps): update dependency rules_java to v7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2024
1 parent e6e8a30 commit 1bfd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ .ProjectSnake }}/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bazel_dep(name = "aspect_rules_js", version = "2.0.1")
bazel_dep(name = "aspect_rules_ts", version = "3.1.0")
{{- end }}
{{- if .Computed.java }}
bazel_dep(name = "rules_java", version = "7.11.1")
bazel_dep(name = "rules_java", version = "7.12.0")
bazel_dep(name = "rules_jvm_external", version = "6.4")
{{- end }}
{{- if .Computed.python }}
Expand Down

0 comments on commit 1bfd48f

Please sign in to comment.