From e7fd6fc55ea68930650d242b7e409fd7a98a29a0 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Mon, 26 Jun 2017 18:29:14 -0700 Subject: [PATCH] netty: upgrade to netty tcnative 2.0.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a934db1cf0..61ee81eb6f 100644 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ subprojects { netty: "io.netty:netty-codec-http2:[${nettyVersion}]", netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix, netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}", - netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.3.Final', + netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.5.Final', // Test dependencies. junit: 'junit:junit:4.11',