Skip to content

Bump rules_java from 9.3.0 to 9.4.0 in the dependencies group#438

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/dependencies-c32c33de55
Open

Bump rules_java from 9.3.0 to 9.4.0 in the dependencies group#438
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/dependencies-c32c33de55

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps the dependencies group with 1 update: rules_java.

Updates rules_java from 9.3.0 to 9.4.0

Release notes

Sourced from rules_java's releases.

9.4.0

Changes since 9.3.0 7eb8b69c07712d2502b2a78b7fe9f30e3054a422 Release @rules_java v9.4.0 4566a5d621cd7943eda31aba6f63049cb43aef66 Fix java_single_jar compatibility with Bazel 7 bef4f9893536fd1b41589a44a85863dc6b81e1b0 Add testing for Bazel 9 to @rules_java CI d2d725805f1ee6ec8d109a698059ae7a683eb37f Add remote JDK 25 for riscv64, ppc64le and s390x (#347) ad1b9c839f1de28ef0413fab334b5bf8c806ed41 upgrade jdk25 to 25.0.2 (#349) 1824a5548e56ecd337687ff32baf98e37ddd6b16 Add --sun-misc-unsafe-memory-access=allow to JavaBuilder's jvm flags 7372e8ccb873074bea26cb9906fcd007b03ad8f9 chore(docs): add quickstart template link to README (#344) 243a1d4f4b41d5c923868c94b3ebc6d8782580e6 Fix a .jar file in java_import.runtime_deps e910554011ae22d697ccf371d3f38f56b0721516 Fix @rules_java CI after https://github.com/bazelbuild/buildtools/releases/tag/v8.5.1 e0bcbba9d24771be7b885676298e14ce3058d84d Fix javacopts make variable expansion regression (#346) 624b2083103705e583ea4a17a7f3f902aa921412 avoid loading from defs.bzl (#341) aa0345c749ae24b4ff3e9ca92e52bbcd96bc135a Instruct java_binary not to compress protobuf.meta. 59e9cb58e40b54035e58a1b373ee207b10912e63 Automatic code cleanup.

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "9.4.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.4.0/rules_java-9.4.0.tar.gz",
    ],
    sha256 = "f1c2526c8011f5082c9080f617799d6fbbf9fbe18ab132d09f561be6d543ea49",
)

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")
</tr></table>

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [rules_java](https://github.com/bazelbuild/rules_java).


Updates `rules_java` from 9.3.0 to 9.4.0
- [Release notes](https://github.com/bazelbuild/rules_java/releases)
- [Commits](bazelbuild/rules_java@9.3.0...9.4.0)

---
updated-dependencies:
- dependency-name: rules_java
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Feb 10, 2026
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.

1 participant