Bump rules_java from 9.7.0 to 9.7.2 in the dependencies group - #468
Merged
Conversation
Bumps the dependencies group with 1 update: [rules_java](https://github.com/bazelbuild/rules_java). Updates `rules_java` from 9.7.0 to 9.7.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bazelbuild/rules_java/releases">rules_java's releases</a>.</em></p> <blockquote> <h2>9.7.2</h2> <p><strong>Changes since 9.7.1</strong> 526b1704315caed787777bb2ae8e231eb2520e22 Remove usages of the Turbine graal native image for <code>darwin_x86_64</code></p> <p><strong>MODULE.bazel setup</strong></p> <pre><code>bazel_dep(name = "rules_java", version = "9.7.2") </code></pre> <p><strong>WORKSPACE setup</strong></p> <p>With Bazel 8.0.0 and before 8.3.0, add the following to your file:</p> <pre><code># bazelbuild/bazel#26119 common --repositories_without_autoloads=bazel_features_version,bazel_features_globals </code></pre> <p>In all cases, add the following to your file:</p> <pre><code>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.2/rules_java-9.7.2.tar.gz", ], sha256 = "4061f0cbfd556ff885243c600b69be452e26c81ed5b9e5c67d555bf95d37a973", ) <p>http_archive(<br /> name = "bazel_features",<br /> sha256 = "a660027f5a87f13224ab54b8dc6e191693c554f2692fcca46e8e29ee7dabc43b",<br /> strip_prefix = "bazel_features-1.30.0",<br /> url = "<a href="https://github.com/bazel-contrib/bazel_features/releases/download/v1.30.0/bazel_features-v1.30.0.tar.gz">https://github.com/bazel-contrib/bazel_features/releases/download/v1.30.0/bazel_features-v1.30.0.tar.gz</a>",<br /> )</p> <p>load("<a href="https://github.com/bazel"><code>@bazel</code></a>_features//:deps.bzl", "bazel_features_deps")<br /> bazel_features_deps()</p> <p>load("<a href="https://github.com/rules"><code>@rules</code></a>_java//java:rules_java_deps.bzl", "rules_java_dependencies")<br /> rules_java_dependencies()</p> <h1>note that the following line is what is minimally required from protobuf for the java rules</h1> <h1>consider using the protobuf_deps() public API from <a href="https://github.com/com"><code>@com</code></a>_google_protobuf//:protobuf_deps.bzl</h1> <p>load("<a href="https://github.com/com"><code>@com</code></a>_google_protobuf//bazel/private:proto_bazel_features.bzl", "proto_bazel_features") # buildifier: disable=bzl-visibility<br /> proto_bazel_features(name = "proto_bazel_features")</p> <h1>register toolchains</h1> <p>load("<a href="https://github.com/rules"><code>@rules</code></a>_java//java:repositories.bzl", "rules_java_toolchains")<br /> </tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazelbuild/rules_java/commit/526b1704315caed787777bb2ae8e231eb2520e22"><code>526b170</code></a> Remove usages of the Turbine graal native image for <code>darwin_x86_64</code></li> <li><a href="https://github.com/bazelbuild/rules_java/commit/1ccc4bed30ee62ee1cf9bee4cc6204139c530d2a"><code>1ccc4be</code></a> Pass Java version in Windows launch info.</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/8309c61d34cee16787e08ed61474f5b4af9bf0ae"><code>8309c61</code></a> Delete downloaded archive after hashing in dump_remote_jdk_configs (<a href="https://redirect.github.com/bazelbuild/rules_java/issues/372">#372</a>)</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/8211ed67ba309789a6353b21414785fac6ecb024"><code>8211ed6</code></a> Limit test output unless debugging</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/ed021f9a2e6f405317012ac0ecc51c12f01d1ff7"><code>ed021f9</code></a> Fix <code>check_remote_jdk_configs.sh</code> for archives with nested layouts</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/c5a676da49caee5b60ff24e88e63b143303eac89"><code>c5a676d</code></a> Add a test for <code>java_binary</code> with duplicate classpath resources.</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/8a67bfac1e67a016c3c1d9a0251ac01226d3b6d9"><code>8a67bfa</code></a> Add a test for <code>java_test</code> with inner test class.</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/54cc8ede6e11b5716b9fcb31d4ff6ec932304b14"><code>54cc8ed</code></a> Add a test for <code>java_binary</code> with inner main class.</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/df48f45ec2e770bb343404d21b8ddf95b7e11298"><code>df48f45</code></a> Internal change</li> <li><a href="https://github.com/bazelbuild/rules_java/commit/2f4643b465ab353d84c63e2b246c286c24351d67"><code>2f4643b</code></a> Add a test for <code>java_binary</code> native library paths with transitive deps.</li> <li>Additional commits viewable in <a href="https://github.com/bazelbuild/rules_java/compare/9.7.0...9.7.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Fixes #467 COPYBARA_INTEGRATE_REVIEW=#467 from google:dependabot/bazel/dependencies-a0822f6ea5 68456b3 PiperOrigin-RevId: 966592425
copybara-service
Bot
force-pushed
the
test_966292598
branch
from
August 18, 2026 14:53
6a782a1 to
3ddb777
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump rules_java from 9.7.0 to 9.7.2 in the dependencies group
Bumps the dependencies group with 1 update: rules_java.
Updates
rules_javafrom 9.7.0 to 9.7.2Release notes
Sourced from rules_java's releases.
... (truncated)
Commits
526b170Remove usages of the Turbine graal native image fordarwin_x86_641ccc4bePass Java version in Windows launch info.8309c61Delete downloaded archive after hashing in dump_remote_jdk_configs (#372)8211ed6Limit test output unless debugginged021f9Fixcheck_remote_jdk_configs.shfor archives with nested layoutsc5a676dAdd a test forjava_binarywith duplicate classpath resources.8a67bfaAdd a test forjava_testwith inner test class.54cc8edAdd a test forjava_binarywith inner main class.df48f45Internal change2f4643bAdd a test forjava_binarynative library paths with transitive deps.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsFixes #467
FUTURE_COPYBARA_INTEGRATE_REVIEW=#467 from google:dependabot/bazel/dependencies-a0822f6ea5 68456b3