mirror of https://github.com/grpc/grpc-java.git
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.
This commit is contained in:
parent
36f7b34b6e
commit
4edb352dd4
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue