Skip to content

Bump rules_java from 9.7.2 to 9.8.0 in the dependencies group - #471

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_970194578
Aug 25, 2026
Merged

Bump rules_java from 9.7.2 to 9.8.0 in the dependencies group#471
copybara-service[bot] merged 1 commit into
masterfrom
test_970194578

Conversation

@copybara-service

Copy link
Copy Markdown

Bump rules_java from 9.7.2 to 9.8.0 in the dependencies group

Bumps the dependencies group with 1 update: rules_java.

Updates rules_java from 9.7.2 to 9.8.0

Release notes

Sourced from rules_java's releases.

9.8.0

Changes since 9.7.2 e88b808858159d788bc71509d637aabefc9cc9da Update java_tools to v20.0 4e795085925f6f54a2e1199c4251e2be2fe1ca13 Update Azul remotejdk versions (#370)

MODULE.bazel setup

bazel_dep(name = "rules_java", version = "9.8.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.8.0/rules_java-9.8.0.tar.gz",
    ],
    sha256 = "88537048d7d07589ff4939c99889300c7063e43480ddd3cfa94d6c2cc899aa2e",
)

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

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

Fixes #470

FUTURE_COPYBARA_INTEGRATE_REVIEW=#470 from google:dependabot/bazel/dependencies-42bc2f2893 a4098af

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

Updates `rules_java` from 9.7.2 to 9.8.0
<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.8.0</h2>
<p><strong>Changes since 9.7.2</strong>
e88b808858159d788bc71509d637aabefc9cc9da Update <code>java_tools</code> to <code>v20.0</code>
4e795085925f6f54a2e1199c4251e2be2fe1ca13 Update Azul remotejdk versions (<a href="https://redirect.github.com/bazelbuild/rules_java/issues/370">#370</a>)</p>
<p><strong>MODULE.bazel setup</strong></p>
<pre><code>bazel_dep(name = &quot;rules_java&quot;, version = &quot;9.8.0&quot;)
</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(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;, &quot;http_archive&quot;)
http_archive(
    name = &quot;rules_java&quot;,
    urls = [
        &quot;https://github.com/bazelbuild/rules_java/releases/download/9.8.0/rules_java-9.8.0.tar.gz&quot;,
    ],
    sha256 = &quot;88537048d7d07589ff4939c99889300c7063e43480ddd3cfa94d6c2cc899aa2e&quot;,
)
<p>http_archive(<br />
name = &quot;bazel_features&quot;,<br />
sha256 = &quot;a660027f5a87f13224ab54b8dc6e191693c554f2692fcca46e8e29ee7dabc43b&quot;,<br />
strip_prefix = &quot;bazel_features-1.30.0&quot;,<br />
url = &quot;<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>&quot;,<br />
)</p>
<p>load(&quot;<a href="https://github.com/bazel"><code>@​bazel</code></a>_features//:deps.bzl&quot;, &quot;bazel_features_deps&quot;)<br />
bazel_features_deps()</p>
<p>load(&quot;<a href="https://github.com/rules"><code>@​rules</code></a>_java//java:rules_java_deps.bzl&quot;, &quot;rules_java_dependencies&quot;)<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(&quot;<a href="https://github.com/com"><code>@​com</code></a>_google_protobuf//bazel/private:proto_bazel_features.bzl&quot;, &quot;proto_bazel_features&quot;)  # buildifier: disable=bzl-visibility<br />
proto_bazel_features(name = &quot;proto_bazel_features&quot;)</p>
<h1>register toolchains</h1>
<p>&lt;/tr&gt;&lt;/table&gt;<br />
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bazelbuild/rules_java/commit/e88b808858159d788bc71509d637aabefc9cc9da"><code>e88b808</code></a> Update <code>java_tools</code> to <code>v20.0</code></li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/4e795085925f6f54a2e1199c4251e2be2fe1ca13"><code>4e79508</code></a> Update Azul remotejdk versions (<a href="https://redirect.github.com/bazelbuild/rules_java/issues/370">#370</a>)</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/3326e08f3f9a2dd1842e0899ab66f5cc06672ae6"><code>3326e08</code></a> Fix rules_java <code>metadata.template.json</code> for BCR</li>
<li>See full diff in <a href="https://github.com/bazelbuild/rules_java/compare/9.7.2...9.8.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rules_java&package-manager=bazel&previous-version=9.7.2&new-version=9.8.0)](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 #470

COPYBARA_INTEGRATE_REVIEW=#470 from google:dependabot/bazel/dependencies-42bc2f2893 a4098af
PiperOrigin-RevId: 970674229
@copybara-service
copybara-service Bot merged commit 08c4046 into master Aug 25, 2026
10 checks passed
@copybara-service
copybara-service Bot deleted the test_970194578 branch August 25, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants