aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2017-06-29 13:35:46 -0700
committerGitHub <noreply@github.com>2017-06-29 13:35:46 -0700
commit4edb352dd4cee21221f8e8073d87c29e78f8b198 (patch)
tree54ee668ec245fb80809a046a38feb13b3d0c8902 /repositories.bzl
parent36f7b34b6ec49b9ee8d6f1c32bd29f3fe01529c8 (diff)
downloadgrpc-grpc-java-4edb352dd4cee21221f8e8073d87c29e78f8b198.tar.gz
bazel: update netty tcnative to 2.0.5
Although this repo is not used in bazel build internally, it is exposed in a bzl rule.
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/repositories.bzl b/repositories.bzl
index 7631382bf..a15e95f89 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -229,6 +229,6 @@ def io_netty_resolver():
def io_netty_tcnative_boringssl_static():
native.maven_jar(
name = "io_netty_tcnative_boringssl_static",
- artifact = "io.netty:netty-tcnative-boringssl-static:2.0.3.Final",
- sha1 = "28d278ac2ae302ae9bdf19958c75b16fefbfae00",
+ artifact = "io.netty:netty-tcnative-boringssl-static:2.0.5.Final",
+ sha1 = "321c1239ceb3faec04531ffcdeb1bc8e85408b12",
)