Skip to content

Update dependency rules_java to v9.9.0 - autoclosed - #182

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rules_java-9.x
Closed

Update dependency rules_java to v9.9.0 - autoclosed#182
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rules_java-9.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rules_java bazel_dep minor 9.8.09.9.0

Repin required: run bazelisk mod deps --lockfile_mode=update at the repo root and in examples/bazel-consumer, then commit both MODULE.bazel.lock files.


Release Notes

bazelbuild/rules_java (rules_java)

v9.9.0

Compare Source

Changes since 9.8.0
59e77d1 Update java_tools v21.0

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "9.9.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.9.0/rules_java-9.9.0.tar.gz",
    ],
    sha256 = "0ad9898f81f8a3caf143fdbcf6229dbbff5da398b04c44c1c99c24888469a176",
)

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
load("@rules_java//java:repositories.bzl", "rules_java_toolchains")
rules_java_toolchains()

Using the rules
See the source.

Full Changelog: bazelbuild/rules_java@9.8.0...9.9.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/rules_java-9.x branch from 1598200 to d9369e9 Compare August 10, 2026 15:30
@renovate renovate Bot changed the title chore(deps): update dependency rules_java to v9.7.1 chore(deps): update dependency rules_java to v9.7.2 Aug 10, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rules_java to v9.7.2 chore(deps): update dependency rules_java to v9.8.0 Aug 11, 2026
@renovate
renovate Bot force-pushed the renovate/rules_java-9.x branch from d9369e9 to ddcfd9f Compare August 11, 2026 23:48
@renovate renovate Bot changed the title chore(deps): update dependency rules_java to v9.8.0 Update dependency rules_java to v9.8.0 Aug 12, 2026
@aaylward
aaylward force-pushed the renovate/rules_java-9.x branch from ddcfd9f to 9efa026 Compare August 14, 2026 17:43
@renovate
renovate Bot force-pushed the renovate/rules_java-9.x branch from 9efa026 to c3505d4 Compare September 12, 2026 20:09
@renovate renovate Bot changed the title Update dependency rules_java to v9.8.0 Update dependency rules_java to v9.9.0 Sep 12, 2026
@renovate renovate Bot changed the title Update dependency rules_java to v9.9.0 Update dependency rules_java to v9.9.0 - autoclosed Sep 12, 2026
@renovate renovate Bot closed this Sep 12, 2026
@renovate
renovate Bot deleted the renovate/rules_java-9.x branch September 12, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants