Skip to content

Commit

Permalink
Update @rules_java v7.6.1
Browse files Browse the repository at this point in the history
Closes #22430.

Co-authored-by: hvd <hvadehra@gmail.com>
PiperOrigin-RevId: 635920357
Change-Id: I2ce7155ddb8d544f40a1940a1b44dfee8d2af5a7
  • Loading branch information
2 people authored and copybara-github committed May 21, 2024
1 parent c4092e9 commit 6d840d1
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 111 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bazel_dep(name = "blake3", version = "1.5.1.bcr.1")
bazel_dep(name = "sqlite3", version = "3.42.0.bcr.1")
bazel_dep(name = "zlib", version = "1.3")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_java", version = "7.6.0")
bazel_dep(name = "rules_java", version = "7.6.1")
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "rules_jvm_external", version = "6.0")
Expand Down
122 changes: 49 additions & 73 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DIST_ARCHIVE_REPOS = [get_canonical_repo_name(repo) for repo in [
]] + [
# TODO(pcloudy): Remove after https://github.com/bazelbuild/rules_kotlin/issues/1106 is fixed
get_canonical_repo_name("rules_kotlin") + "~rules_kotlin_extensions~com_github_jetbrains_kotlin",
]
] + ["bazel_features~"]

##################################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion src/MODULE.tools
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module(name = "bazel_tools")

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_java", version = "7.6.0")
bazel_dep(name = "rules_java", version = "7.6.1")
bazel_dep(name = "rules_license", version = "0.0.3")
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "rules_python", version = "0.22.1")
Expand Down
Loading

0 comments on commit 6d840d1

Please sign in to comment.