Bump `rules_java` version to `7.6.0` for release PiperOrigin-RevId: 633862133 Change-Id: I927603495a2a72c9646116134ce22491b84b74e6
diff --git a/MODULE.bazel b/MODULE.bazel index 3ec2b66..c795874 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -1,6 +1,6 @@ module( name = "rules_java", - version = "7.5.0", + version = "7.6.0", # Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type. bazel_compatibility = [">=7.0.0"], compatibility_level = 1,
diff --git a/distro/BUILD.bazel b/distro/BUILD.bazel index 2ae1957..daae366 100644 --- a/distro/BUILD.bazel +++ b/distro/BUILD.bazel
@@ -5,7 +5,7 @@ default_visibility = ["//visibility:private"], ) -_VERSION = "7.5.0" +_VERSION = "7.6.0" # Build the artifact to put on the github release page. pkg_tar(