Skip to content

chore(deps): bump rules_java from 8.15.1 to 9.8.0 - #57

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_java-9.8.0
Open

chore(deps): bump rules_java from 8.15.1 to 9.8.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/rules_java-9.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown

Bumps rules_java from 8.15.1 to 9.8.0.

Release notes

Sourced from rules_java's releases.

9.8.0

Changes since 9.7.2 e88b808858159d788bc71509d637aabefc9cc9da Update java_tools to v20.0 4e795085925f6f54a2e1199c4251e2be2fe1ca13 Update Azul remotejdk versions (#370)

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "9.8.0")

WORKSPACE setup

With Bazel 8.0.0 and before 8.3.0, add the following to your file:

# https://github.com/bazelbuild/bazel/pull/26119
common --repositories_without_autoloads=bazel_features_version,bazel_features_globals

In all cases, add the following to your file:

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",
)

http_archive(
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",
)

load("@​bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()

load("@​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

load("@​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

</tr></table>

... (truncated)

Commits
  • e88b808 Update java_tools to v20.0
  • 4e79508 Update Azul remotejdk versions (#370)
  • 3326e08 Fix rules_java metadata.template.json for BCR
  • 526b170 Remove usages of the Turbine graal native image for darwin_x86_64
  • 1ccc4be Pass Java version in Windows launch info.
  • 8309c61 Delete downloaded archive after hashing in dump_remote_jdk_configs (#372)
  • 8211ed6 Limit test output unless debugging
  • ed021f9 Fix check_remote_jdk_configs.sh for archives with nested layouts
  • c5a676d Add a test for java_binary with duplicate classpath resources.
  • 8a67bfa Add a test for java_test with inner test class.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_java](https://github.com/bazelbuild/rules_java) from 8.15.1 to 9.8.0.
- [Release notes](https://github.com/bazelbuild/rules_java/releases)
- [Commits](bazelbuild/rules_java@8.15.1...9.8.0)

---
updated-dependencies:
- dependency-name: rules_java
  dependency-version: 9.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Aug 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Documentation preview for this pull request is available at:
pr-57: https://eclipse-score.github.io/infrastructure/pr-57/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants