From 3ddb777e71d6508458753c815fd90b6d3d3c5cd6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 Aug 2026 07:52:13 -0700
Subject: [PATCH] Bump rules_java from 9.7.0 to 9.7.2 in the dependencies group
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group with 1 update: [rules_java](https://github.com/bazelbuild/rules_java).
Updates `rules_java` from 9.7.0 to 9.7.2
Sourced from rules_java's releases. Changes since 9.7.1
526b1704315caed787777bb2ae8e231eb2520e22 Remove usages of the Turbine graal native image for MODULE.bazel setup WORKSPACE setup With Bazel 8.0.0 and before 8.3.0, add the following to your file: In all cases, add the following to your file: http_archive( load(" load(" load(" load("Release notes
9.7.2
darwin_x86_64bazel_dep(name = "rules_java", version = "9.7.2")
# https://github.com/bazelbuild/bazel/pull/26119
common --repositories_without_autoloads=bazel_features_version,bazel_features_globals
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_java",
urls = [
"https://github.com/bazelbuild/rules_java/releases/download/9.7.2/rules_java-9.7.2.tar.gz",
],
sha256 = "4061f0cbfd556ff885243c600b69be452e26c81ed5b9e5c67d555bf95d37a973",
)
name = "bazel_features",
sha256 = "a660027f5a87f13224ab54b8dc6e191693c554f2692fcca46e8e29ee7dabc43b",
strip_prefix = "bazel_features-1.30.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.30.0/bazel_features-v1.30.0.tar.gz",
)@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()@rules_java//java:rules_java_deps.bzl", "rules_java_dependencies")
rules_java_dependencies()note that the following line is what is minimally required from protobuf for the java rules
consider using the protobuf_deps() public API from
@com_google_protobuf//:protobuf_deps.bzl@com_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility
proto_bazel_features(name = "proto_bazel_features")register toolchains
@rules_java//java:repositories.bzl", "rules_java_toolchains")
</tr></table>
... (truncated)
526b170 Remove usages of the Turbine graal native image for darwin_x86_641ccc4be Pass Java version in Windows launch info.8309c61 Delete downloaded archive after hashing in dump_remote_jdk_configs (#372)8211ed6 Limit test output unless debugginged021f9 Fix check_remote_jdk_configs.sh for archives with nested layoutsc5a676d Add a test for java_binary with duplicate classpath resources.8a67bfa Add a test for java_test with inner test class.54cc8ed Add a test for java_binary with inner main class.df48f45 Internal change2f4643b Add a test for java_binary native library paths with transitive deps.