From 77acf9616c05accba5447e4c9b1cf7c4026cefd6 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 25 Aug 2026 09:30:41 -0700
Subject: [PATCH] Bump rules_java from 9.7.2 to 9.8.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.7.2 to 9.8.0
Sourced from rules_java's releases. Changes since 9.7.2
e88b808858159d788bc71509d637aabefc9cc9da 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(" </tr></table>Release notes
9.8.0
java_tools to v20.0
4e795085925f6f54a2e1199c4251e2be2fe1ca13 Update Azul remotejdk versions (#370)bazel_dep(name = "rules_java", version = "9.8.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.8.0/rules_java-9.8.0.tar.gz",
],
sha256 = "88537048d7d07589ff4939c99889300c7063e43480ddd3cfa94d6c2cc899aa2e",
)
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
... (truncated)
e88b808 Update java_tools to v20.04e79508 Update Azul remotejdk versions (#370)3326e08 Fix rules_java metadata.template.json for BCR