Skip to content

Commit 91c6450

Browse files
committed
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.
1 parent f198985 commit 91c6450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ subprojects {
138138
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.4',
139139
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
140140

141-
netty: 'io.netty:netty-codec-http2:[4.1.0.Final]',
142-
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.0.Final' + epoll_suffix,
143-
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork15:' + osdetector.classifier,
141+
netty: 'io.netty:netty-codec-http2:[4.1.1.Final]',
142+
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.1.Final' + epoll_suffix,
143+
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork17:' + osdetector.classifier,
144144

145145
// Test dependencies.
146146
junit: 'junit:junit:4.11',

0 commit comments

Comments
 (0)