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:
ZHANG Dapeng 2017-06-29 13:35:46 -07:00 committed by GitHub
parent 36f7b34b6e
commit 4edb352dd4
1 changed files with 2 additions and 2 deletions

View File

@ -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",
)