Commit 2ac0ad4
Bump rules_java from 9.0.3 to 9.2.0 in the dependencies group
Bumps the dependencies group with 1 update: [rules_java](https://github.com/bazelbuild/rules_java).
Updates `rules_java` from 9.0.3 to 9.2.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.2.0</h2>
<p><strong>Changes since 9.1.0</strong>
dbd8cb408911b79c6d7047ac4355ff89b1b90685 Release <code>rules_java</code> <code>v9.2.0</code>
686ed85f30ae22018327552d5d2d9a4f8486d772 Update to <code>java_tools</code> <code>v18.0</code>
8bf8bcaca17fc15ba4fff3229d4eead4b653214a Extract utility methods used in the loading phase from <code>impl/java_helper.bzl</code> into a separate bzl file</p>
<p><strong>MODULE.bazel setup</strong></p>
<pre><code>bazel_dep(name = "rules_java", version = "9.2.0")
</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.2.0/rules_java-9.2.0.tar.gz",
],
sha256 = "2f822fbc33b99de5bbeaceada4be2bd3bb5c8da80e2f7462a9d300c8fc312f11",
)
<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>
<p></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/dbd8cb408911b79c6d7047ac4355ff89b1b90685"><code>dbd8cb4</code></a> Release <code>rules_java</code> <code>v9.2.0</code></li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/686ed85f30ae22018327552d5d2d9a4f8486d772"><code>686ed85</code></a> Update to <code>java_tools</code> <code>v18.0</code></li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/113827798fc6ddcd180ebe365b8b4951eb628def"><code>1138277</code></a> Internal change</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/8bf8bcaca17fc15ba4fff3229d4eead4b653214a"><code>8bf8bca</code></a> Extract utility methods used in the loading phase from <code>impl/java_helper.bzl</code>...</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/b6856588ba834750a1e66b2dd1b274a1f09f66a5"><code>b685658</code></a> Release <code>rules_java</code> <code>v9.1.0</code></li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/4f806ff8d9b30a7d7dcaf501205b340dba62c74c"><code>4f806ff</code></a> Avoid quadratic time on string concatenation in _get_native_deps_helper.</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/4a9881b8fd0c61dca10eef559d5d7b9a1940156f"><code>4a9881b</code></a> remove Bazel 6 branch (<a href="https://redirect.github.com/bazelbuild/rules_java/issues/337">#337</a>)</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/ad7f833dddb5fd7f62ccfbb19b9603a1b4429f4b"><code>ad7f833</code></a> Cleanup unused Bazel 6 test filtering</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/b5b4100314da5732854f8c72d0e1c1b2902100ab"><code>b5b4100</code></a> Prepare to remove _LEGACY_ANY_TYPE_ATTRS workaround in java_toolchain</li>
<li><a href="https://github.com/bazelbuild/rules_java/commit/b55339e359675d03a4f1cc001f1840d0b27966df"><code>b55339e</code></a> Drop support for Bazel 6</li>
<li>Additional commits viewable in <a href="https://github.com/bazelbuild/rules_java/compare/9.0.3...9.2.0">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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 #240
COPYBARA_INTEGRATE_REVIEW=#240 from google:dependabot/bazel/dependencies-8e883e4e73 34a24c4
PiperOrigin-RevId: 8417628411 parent 99df216 commit 2ac0ad4
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments