Skip to content

Comments

Bump rules_java from 9.3.0 to 9.5.0 in the dependencies group#250

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/dependencies-ede6250da4
Closed

Bump rules_java from 9.3.0 to 9.5.0 in the dependencies group#250
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bazel/dependencies-ede6250da4

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 1 update: rules_java.

Updates rules_java from 9.3.0 to 9.5.0

Release notes

Sourced from rules_java's releases.

9.5.0

Changes since 9.4.2 14642c5529672185b07fe0a1104c62dee2a7a292 Release rules_java v9.5.0 06662838f1ecc7a9653b16e40f9541e729fe06d7 Update java_tools to v19.0

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "9.5.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.5.0/rules_java-9.5.0.tar.gz",
    ],
    sha256 = "440edfa8098d00b166a5a73d215f3214a6506db01e1ec45afee356b6679c5593",
)

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
  • 14642c5 Release rules_java v9.5.0
  • 0666283 Update java_tools to v19.0
  • 4beb813 Release rules_java v9.4.2
  • 6c9bc77 Fix javacopts expansion
  • aa4075b Automated rollback of commit 1824a5548e56ecd337687ff32baf98e37ddd6b16.
  • aade08e Release @rules_java v9.4.1
  • 7e5a90c Fix bzl_library graph for java_single_jar
  • f70e126 Run @rules_java extra tests only with the latest Bazel release
  • 7eb8b69 Release @rules_java v9.4.0
  • 4566a5d Fix java_single_jar compatibility with Bazel 7
  • 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 <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.5.0
- [Release notes](https://github.com/bazelbuild/rules_java/releases)
- [Commits](bazelbuild/rules_java@9.3.0...9.5.0)

---
updated-dependencies:
- dependency-name: rules_java
  dependency-version: 9.5.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 16, 2026
@cpovirk cpovirk self-assigned this Feb 17, 2026
copybara-service bot pushed a commit that referenced this pull request Feb 17, 2026
Fixes #250

But done with manual repinning because of dependabot/dependabot-core#14087.

RELNOTES=n/a
PiperOrigin-RevId: 871376797
copybara-service bot pushed a commit that referenced this pull request Feb 17, 2026
Fixes #250

But done with manual repinning because of dependabot/dependabot-core#14087.

RELNOTES=n/a
PiperOrigin-RevId: 871376797
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/bazel/dependencies-ede6250da4 branch February 17, 2026 18:23
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