Skip to content

Bump rules_java from 9.6.1 to 9.7.0 in the dependencies group - #62

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bazel/dependencies-316594b768
Closed

Bump rules_java from 9.6.1 to 9.7.0 in the dependencies group#62
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bazel/dependencies-316594b768

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 1 update: rules_java.

Updates rules_java from 9.6.1 to 9.7.0

Release notes

Sourced from rules_java's releases.

9.7.0

Changes since 9.6.1 899c55129a9e087f01c4485158958573c6e329cd Upgrade default JDK to 25. e06bb23b23e08e5557fe54da97e033eab770465b Return repo_metadata from repository_rules (#367) 35e8391a1c37dd5941ba594a01dcb08d3985cbd8 Do not percent-encode '+' in classpath-jar manifest Class-Path entries (#358) 2f574645ab441031629bb286e1c4446031c12223 Simplify toolchain config for linux (#357) c54e911d6b351ca25dbba05756ffb98336960346 Create a java_common.compile_header API that just does the header compilation part of java_common.compile e1c82d4942c1150e8037a1d75358b51c57e17d70 Internal Change 7b13ead48190fc096b61bf1e7aa9df59121212be Support disable_lint_checks in java_library 23998995830e7ac87f2d6d7f3f17a8dade05ea23 Internal change 8c82b7f5677a3f2427cbd10b23e3902735b1d03f No public description 0508ac3d647638dbd8b59d4d54f43dfb89f65f00 Support embedding stamping info from bazel in java_single_jar 421776c58cd4ca3f75e852c63e570bf6a442c891 Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340) ec317b1f24d41c169f4d4586c695f8079972c6d7 Remove java_common.add_constraints

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "9.7.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.7.0/rules_java-9.7.0.tar.gz",
    ],
    sha256 = "68794ca344c1caf13dca65f90c06660823013fa080931266e2625103904a664e",
)

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

... (truncated)

Commits
  • 899c551 Upgrade default JDK to 25.
  • e06bb23 Return repo_metadata from repository_rules (#367)
  • 5f71e54 Add a test for java_test with a main_class containing a .
  • 9b487a5 Add a test for java_test with an implicit main_class
  • 166f9c9 Add a test for java_binary with an implicit main_class
  • f4e1786 Add a test for java_binary with an explicit main_class
  • 97e35ce Add a test for java_binary with a transitive dep on java_library
  • 6c50405 Add a test for java_binary deploy jar coverage setup
  • 5aebf50 Delete an incorrect test
  • 5bc91d5 Add a test for a java_binary resources
  • 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.6.1 to 9.7.0
- [Release notes](https://github.com/bazelbuild/rules_java/releases)
- [Commits](bazelbuild/rules_java@9.6.1...9.7.0)

---
updated-dependencies:
- dependency-name: rules_java
  dependency-version: 9.7.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 Jul 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

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-316594b768 branch July 20, 2026 16:40
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