From 21b4ce70eaac75aa06c6451d4efbdbb7fb4e00c4 Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Mon, 1 Aug 2016 21:16:45 +0200 Subject: [PATCH] netty: update to 4.1.4.Final --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7fc5183149..9aa4fa73c0 100644 --- a/build.gradle +++ b/build.gradle @@ -155,8 +155,8 @@ subprojects { protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.7', protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}", - netty: 'io.netty:netty-codec-http2:[4.1.3.Final]', - netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.3.Final' + epoll_suffix, + netty: 'io.netty:netty-codec-http2:[4.1.4.Final]', + netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.4.Final' + epoll_suffix, netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork19', // Test dependencies.