Skip to content

Commit

Permalink
Upgrade rules_java to 6.1.1
Browse files Browse the repository at this point in the history
Fixes https://buildkite.com/bazel-trusted/bazel-release/builds/1243#0188d393-ef14-4104-9006-67548f9de87e

PiperOrigin-RevId: 541859848
Change-Id: Id46407171afe3a1de7acdf86457094df26fab8e2
  • Loading branch information
meteorcloudy authored and copybara-github committed Jun 20, 2023
1 parent 70aae47 commit 8fd5b04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bazel_dep(name = "stardoc", version = "0.5.3", repo_name = "io_bazel_skydoc")
bazel_dep(name = "zstd-jni", version = "1.5.2-3")
bazel_dep(name = "zlib", version = "1.2.13")
bazel_dep(name = "rules_cc", version = "0.0.6")
bazel_dep(name = "rules_java", version = "6.1.0")
bazel_dep(name = "rules_java", version = "6.1.1")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "rules_jvm_external", version = "5.2")
bazel_dep(name = "rules_python", version = "0.19.0")
Expand Down
8 changes: 4 additions & 4 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ DIST_DEPS = {
"rules_java_builtin",
"rules_java_builtin_for_testing",
],
"archive": "rules_java-6.1.0.tar.gz",
"sha256": "78e3c24f05cffed529bfcafd1f7a8d1a7b97b4a411f25d8d3b4d47d9bb980394",
"urls": ["https://github.com/bazelbuild/rules_java/releases/download/6.1.0/rules_java-6.1.0.tar.gz"],
"archive": "rules_java-6.1.1.tar.gz",
"sha256": "76402a50ae6859d50bd7aed8c1b8ef09dae5c1035bb3ca7d276f7f3ce659818a",
"urls": ["https://github.com/bazelbuild/rules_java/releases/download/6.1.1/rules_java-6.1.1.tar.gz"],
"patches": ["//third_party:rules_java_6.1.0.patch"],
"patch_args": ["-p1"],
"workspace_file_content": "",
Expand All @@ -79,7 +79,7 @@ DIST_DEPS = {
"license_kinds": [
"@rules_license//licenses/spdx:Apache-2.0",
],
"package_version": "6.1.0",
"package_version": "6.1.1",
},
# Used in src/test/java/com/google/devtools/build/lib/blackbox/framework/blackbox.WORKSAPCE
"rules_proto": {
Expand Down
2 changes: 1 addition & 1 deletion src/MODULE.tools
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(name = "bazel_tools")

bazel_dep(name = "rules_cc", version = "0.0.6")
bazel_dep(name = "rules_java", version = "6.1.0")
bazel_dep(name = "rules_java", version = "6.1.1")
bazel_dep(name = "rules_license", version = "0.0.3")
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "rules_python", version = "0.4.0")
Expand Down

0 comments on commit 8fd5b04

Please sign in to comment.