Commit 69d3996
authored
chore(deps): update dependency rules_java to v8.8.0 (#450)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rules_java](https://redirect.github.com/bazelbuild/rules_java) |
http_archive | minor | `8.7.2` -> `8.8.0` |
---
### Release Notes
<details>
<summary>bazelbuild/rules_java (rules_java)</summary>
###
[`v8.8.0`](https://redirect.github.com/bazelbuild/rules_java/releases/tag/8.8.0)
[Compare
Source](https://redirect.github.com/bazelbuild/rules_java/compare/8.7.2...8.8.0)
**Changes since 8.7.2**
[`c69bae2`](https://redirect.github.com/bazelbuild/rules_java/commit/c69bae2345e7f272eea05b6f60b98b056e640087)
Update rules_java to 8.8.0 and java_tools to 13.15
[`ba93bb2`](https://redirect.github.com/bazelbuild/rules_java/commit/ba93bb21e833fd7eb20934e83225f683c9052600)
Reorganize `@rules_java//java/test` and `@rules_java//test/` to mirror
the directory layout of the code paths they exercise
**MODULE.bazel setup**
bazel_dep(name = "rules_java", version = "8.8.0")
**WORKSPACE setup**
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/8.8.0/rules_java-8.8.0.tar.gz",
],
sha256 =
"f79a6e10cdd213ceded45884914bb8c68f0c8d41144e74ec89ebb74984c409ac",
)
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
load("@​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.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d557de6 commit 69d3996
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
| 287 | + | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments