Skip to content

Commit ddcebff

Browse files
committed
Update rules_java to 7.3.0
1 parent d5b3ecf commit ddcebff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_java",
3-
version = "7.2.0",
3+
version = "7.3.0",
44
# Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type.
55
bazel_compatibility = [">=6.4.0"],
66
compatibility_level = 1,

java/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ load("//java/private:native.bzl", "NativeJavaInfo", "NativeJavaPluginInfo", "nat
1818
# Do not touch: This line marks the end of loads; needed for PR importing.
1919

2020
_MIGRATION_TAG = "__JAVA_RULES_MIGRATION_DO_NOT_USE_WILL_BREAK__"
21-
version = "7.2.0"
21+
version = "7.3.0"
2222

2323
def _add_tags(attrs):
2424
if "tags" in attrs and attrs["tags"] != None:

0 commit comments

Comments
 (0)