Skip to content

Commit 4a23a82

Browse files
davidomsohn
authored andcommitted
Bazel: bump rules_jvm_external to 6.10
Upgrade rules_jvm_external to 6.10 to pick up recent bzlmod-related improvements, including support for known_contributing_modules in maven.install(). No dependency versions are changed. Change-Id: I91096366badaae3d8152da0c32ee10319476c4c3
1 parent 8404740 commit 4a23a82

File tree

2 files changed

+2909
-431
lines changed

2 files changed

+2909
-431
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module(name = "jgit")
22

33
bazel_dep(name = "rules_java", version = "8.11.0")
4-
bazel_dep(name = "rules_jvm_external", version = "6.7")
4+
bazel_dep(name = "rules_jvm_external", version = "6.10")
55
bazel_dep(name = "rbe_autoconfig")
66
git_override(
77
module_name = "rbe_autoconfig",

0 commit comments

Comments
 (0)