From 4edb352dd4cee21221f8e8073d87c29e78f8b198 Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Thu, 29 Jun 2017 13:35:46 -0700 Subject: [PATCH] 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. --- repositories.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index 7631382bf0..a15e95f891 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", )