Skip to content

Commit

Permalink
Update rules_jvm_external to 6.5
Browse files Browse the repository at this point in the history
Among other improvements, buildozer fixup commands now contain apparent repo names and the lockfile no longer contains an entry for the reproducible `maven` extension.

Closes #24410.

PiperOrigin-RevId: 700064638
Change-Id: I2784933bc4b8e9f60265719ddb07cb2aa460023b
  • Loading branch information
fmeum authored and copybara-github committed Nov 25, 2024
1 parent d23421a commit 58a41e8
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 4,155 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ genrule(
"MODULE.bazel",
"//third_party/remoteapis:MODULE.bazel",
"//third_party:BUILD",
"//third_party:rules_jvm_external_6.0.patch",
"//third_party:rules_jvm_external_6.5.patch",
"//third_party:rules_graalvm_fix.patch",
],
outs = ["MODULE.bazel.lock.dist"],
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_java", version = "8.5.1")
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_proto", version = "7.0.2")
bazel_dep(name = "rules_jvm_external", version = "6.0")
bazel_dep(name = "rules_jvm_external", version = "6.5")
bazel_dep(name = "rules_python", version = "0.40.0")
bazel_dep(name = "rules_testing", version = "0.6.0")
bazel_dep(name = "googletest", version = "1.15.2", repo_name = "com_google_googletest")
Expand Down Expand Up @@ -57,8 +57,8 @@ switched_rules.use_languages(
single_version_override(
module_name = "rules_jvm_external",
patch_strip = 1,
patches = ["//third_party:rules_jvm_external_6.0.patch"],
version = "6.0",
patches = ["//third_party:rules_jvm_external_6.5.patch"],
version = "6.5",
)

# TODO(pcloudy): Remove once the next version of rules_graalvm is available.
Expand Down
Loading

0 comments on commit 58a41e8

Please sign in to comment.