Skip to content

Commit

Permalink
chore(deps): update dependency rules_java to v8.7.0 (#442)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rules_java](https://redirect.github.com/bazelbuild/rules_java) |
http_archive | minor | `8.6.3` -> `8.7.0` |

---

### Release Notes

<details>
<summary>bazelbuild/rules_java (rules_java)</summary>

###
[`v8.7.0`](https://redirect.github.com/bazelbuild/rules_java/releases/tag/8.7.0)

[Compare
Source](https://redirect.github.com/bazelbuild/rules_java/compare/8.6.3...8.7.0)

**Changes since 8.6.3**

[`503773e`](https://redirect.github.com/bazelbuild/rules_java/commit/503773e7aaa9faf8f425bc6efeddefd0d69c60a8)
Update rules_java to 8.7.0 and java_tools to 13.14

[`b4b0466`](https://redirect.github.com/bazelbuild/rules_java/commit/b4b04664be5b75e690e7a75b91b3f9091521d5ab)
Move `java_stub_template.txt` out of Bazel and into `@rules_java`

[`4e2b65f`](https://redirect.github.com/bazelbuild/rules_java/commit/4e2b65fb792f61ae10cdc5e2f143d3ac8b942926)
Fix buildifier warning suppression for `@rules_java`

[`43ca043`](https://redirect.github.com/bazelbuild/rules_java/commit/43ca0432c15acf71c55c604b20b64f49796fce59)
Add JDK 21 toolchain for `linux_riscv64`

[`97177fb`](https://redirect.github.com/bazelbuild/rules_java/commit/97177fbae3e22cb51e2b1a8adb1d3d0509453c0d)
Mark `compatibility_proxy` extension as reproducible

**MODULE.bazel setup**

    bazel_dep(name = "rules_java", version = "8.7.0")

**WORKSPACE setup**

load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl",
"http_archive")
    http_archive(
        name = "rules_java",
        urls = [

"https://github.com/bazelbuild/rules_java/releases/download/8.7.0/rules_java-8.7.0.tar.gz",
        ],
sha256 =
"5449ed36d61269579dd9f4b0e532cd131840f285b389b3795ae8b4d717387dd8",
    )

load("@&#8203;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
@&#8203;com_google_protobuf//:protobuf_deps.bzl

load("@&#8203;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
load("@&#8203;rules_java//java:repositories.bzl",
"rules_java_toolchains")
    rules_java_toolchains()

**Using the rules**
See [the
source](https://redirect.github.com/bazelbuild/rules_java/tree/8.7.0).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent c2800a6 commit 6e9fd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ protobuf_deps()

http_archive(
name = "rules_java",
sha256 = "6d8c6d5cd86fed031ee48424f238fa35f33abc9921fd97dd4ae1119a29fc807f",
urls = ["https://github.com/bazelbuild/rules_java/releases/download/8.6.3/rules_java-8.6.3.tar.gz"],
sha256 = "5449ed36d61269579dd9f4b0e532cd131840f285b389b3795ae8b4d717387dd8",
urls = ["https://github.com/bazelbuild/rules_java/releases/download/8.7.0/rules_java-8.7.0.tar.gz"],
)

load("@rules_java//java:rules_java_deps.bzl", "rules_java_dependencies")
Expand Down

0 comments on commit 6e9fd7a

Please sign in to comment.