From 8d304b68922d654b02d5437a01999f052e2ada1c Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Fri, 9 Jun 2017 10:42:00 -0700 Subject: [PATCH] netty: update to netty tcnative 2.0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 832d7d5623..9a184c3061 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.1.Final', + netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.3.Final', // Test dependencies. junit: 'junit:junit:4.11',