Skip to content

Commit 75c2fe3

Browse files
hvadehracopybara-github
authored andcommitted
Bump rules_java version to 7.6.0 for release
PiperOrigin-RevId: 633862133 Change-Id: I927603495a2a72c9646116134ce22491b84b74e6
1 parent ed8af89 commit 75c2fe3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.0",
3+
version = "7.6.0",
44
# Requires @bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type.
55
bazel_compatibility = [">=7.0.0"],
66
compatibility_level = 1,

distro/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package(
55
default_visibility = ["//visibility:private"],
66
)
77

8-
_VERSION = "7.5.0"
8+
_VERSION = "7.6.0"
99

1010
# Build the artifact to put on the github release page.
1111
pkg_tar(

0 commit comments

Comments
 (0)