From a04bd29f89c492ca8f79a543523b18cd5380846c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Sep 2026 19:18:30 -0700
Subject: [PATCH] Bump rules_java from 9.8.0 to 9.9.0 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.8.0 to 9.9.0
Sourced from rules_java's releases. Changes since 9.8.0
59e77d1d2b00cde7f4592201ae6e30d0278071c2 Update 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.9.0
java_tools v21.0bazel_dep(name = "rules_java", version = "9.9.0")
# 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.9.0/rules_java-9.9.0.tar.gz",
],
sha256 = "0ad9898f81f8a3caf143fdbcf6229dbbff5da398b04c44c1c99c24888469a176",
)
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)
97d85d1 Remove header_compiler_direct_opts from java_toolchain (#379)59e77d1 Update java_tools v21.040be191 Add a test for java_binary --experimental_strict_java_deps behaviorec0e90c Add a java_toolchain attribute to specify options to the `header_compiler_d...b39810e Remove java_attrs.resources201e09d Improve the javac_action_subject API7f7a7ba Add a test for java_binary jdeps output filename.693659a Add Bazel 9.x to rules_java's BCR presubmits