aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorTerry Wilson <terrymwilson@gmail.com>2022-06-24 10:47:27 -0700
committerGitHub <noreply@github.com>2022-06-24 10:47:27 -0700
commit7bd079749667df9b39ae39f410c15a1117c447ad (patch)
tree3f44a3a15d0c87a925fb9f85bb937e13169a220e /WORKSPACE
parent6193d209f0b42218779fa92e79ec3fd3f3c33777 (diff)
downloadgrpc-grpc-java-7bd079749667df9b39ae39f410c15a1117c447ad.tar.gz
all: Update netty to 4.1.77.Final and netty_tcnative to 2.0.53.Final (#9027)
all: Update netty to 4.1.77.Final and netty_tcnative to 2.0.53.Final Also switches to a non-release version of rules_jvm_external to allow Bazel build to work with artifact classifiers.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index acf033c39..4727a9621 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_jvm_external",
- sha256 = "cd1a77b7b02e8e008439ca76fd34f5b07aecb8c752961f9640dea15e9e5ba1ca",
- strip_prefix = "rules_jvm_external-4.2",
- url = "https://github.com/bazelbuild/rules_jvm_external/archive/4.2.zip",
+ sha256 = "c21ce8b8c4ccac87c809c317def87644cdc3a9dd650c74f41698d761c95175f3",
+ strip_prefix = "rules_jvm_external-1498ac6ccd3ea9cdb84afed65aa257c57abf3e0a",
+ url = "https://github.com/bazelbuild/rules_jvm_external/archive/1498ac6ccd3ea9cdb84afed65aa257c57abf3e0a.zip",
)
load("@rules_jvm_external//:defs.bzl", "maven_install")