Bump version to 7.3.2 for rules_java release BEGIN_PUBLIC Bump version to 7.3.2 for rules_java release Also bumps the bazel compatibility version (see https://github.com/bazelbuild/rules_java/issues/159) END_PUBLIC PiperOrigin-RevId: 592856710 Change-Id: I0dca14bc8057238158ed6d3a0e25f1f2443bc94c
diff --git a/MODULE.bazel b/MODULE.bazel index 33e19ce..72e820d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -1,8 +1,8 @@ module( name = "rules_java", - version = "7.3.1", + version = "7.3.2", # Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type. - bazel_compatibility = [">=6.4.0"], + bazel_compatibility = [">=7.0.0"], compatibility_level = 1, )
diff --git a/java/defs.bzl b/java/defs.bzl index e17277f..fbc4633 100644 --- a/java/defs.bzl +++ b/java/defs.bzl
@@ -18,7 +18,7 @@ # Do not touch: This line marks the end of loads; needed for PR importing. _MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__" -version = "7.3.1" +version = "7.3.2" def _add_tags(attrs): if "tags" in attrs and attrs["tags"] != None: