netty: Bump Netty dependency to 4.1.1.Final

Bumping tcnative was not required to be done at the same time as Netty.
But the new tcnative should now work correctly on Windows and be smaller
on Linux.
This commit is contained in:
Eric Anderson 2016-06-08 10:25:46 -07:00
parent 7c722e440e
commit 3f5a154a2d
1 changed files with 3 additions and 3 deletions

View File

@ -142,9 +142,9 @@ 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.0.Final]',
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.0.Final' + epoll_suffix,
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork15:' + osdetector.classifier,
netty: 'io.netty:netty-codec-http2:[4.1.1.Final]',
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.1.Final' + epoll_suffix,
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork17:' + osdetector.classifier,
// Test dependencies.
junit: 'junit:junit:4.11',