netty: update to 4.1.4.Final

This commit is contained in:
Jakob Buchgraber 2016-08-01 21:16:45 +02:00 committed by GitHub
parent 5b7a21ab03
commit 21b4ce70ea
1 changed files with 2 additions and 2 deletions

View File

@ -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.