Skip to content

Commit d557de6

Browse files
chore(deps): update dependency rules_java to v8.7.2 (#449)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_java](https://redirect.github.com/bazelbuild/rules_java) | http_archive | patch | `8.7.1` -> `8.7.2` | --- ### Release Notes <details> <summary>bazelbuild/rules_java (rules_java)</summary> ### [`v8.7.2`](https://redirect.github.com/bazelbuild/rules_java/releases/tag/8.7.2) [Compare Source](https://redirect.github.com/bazelbuild/rules_java/compare/8.7.1...8.7.2) **Changes since 8.7.1** [`f26a240`](https://redirect.github.com/bazelbuild/rules_java/commit/f26a240c3392f0ae45a2ce3244c93713d7539611) Release `@rules_java` `v8.7.2` [`5d36db2`](https://redirect.github.com/bazelbuild/rules_java/commit/5d36db2674d954b0c332656c8e76ddae4df3e64a) Make `java_stub_template.txt` visible to `@bazel_tools` [`61be667`](https://redirect.github.com/bazelbuild/rules_java/commit/61be667fcfbaa6c1764ac17a19f12a6f31a28cb3) Load `CcInfo` from `@rules_cc` **MODULE.bazel setup** bazel_dep(name = "rules_java", version = "8.7.2") **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.2/rules_java-8.7.2.tar.gz", ], sha256 = "b0b8b7b2cfbf575112acf716ec788847929f322efa5c34195eb12a43d1df7e5c", ) 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.2). </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 b3c96d2 commit d557de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/WORKSPACE

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ protobuf_deps()
284284

285285
http_archive(
286286
name = "rules_java",
287-
sha256 = "52e7c1f297bb0c5bcbc79743922682071f6968738e73a2a039b92bad9278a469",
288-
urls = ["https://github.com/bazelbuild/rules_java/releases/download/8.7.1/rules_java-8.7.1.tar.gz"],
287+
sha256 = "b0b8b7b2cfbf575112acf716ec788847929f322efa5c34195eb12a43d1df7e5c",
288+
urls = ["https://github.com/bazelbuild/rules_java/releases/download/8.7.2/rules_java-8.7.2.tar.gz"],
289289
)
290290

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

0 commit comments

Comments
 (0)