Skip to content

Commit c20f85a

Browse files
netty: update to 4.1.17-Final
1 parent 66f9ef5 commit c20f85a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ subprojects {
9696
protocPluginBaseName = 'protoc-gen-grpc-java'
9797
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
9898

99-
nettyVersion = '4.1.16.Final'
99+
nettyVersion = '4.1.17.Final'
100100
guavaVersion = '19.0'
101101
protobufVersion = '3.4.0'
102102
protocVersion = protobufVersion
@@ -205,7 +205,7 @@ subprojects {
205205
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
206206
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
207207
netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}",
208-
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.6.Final',
208+
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final',
209209

210210
// Test dependencies.
211211
junit: 'junit:junit:4.12',

0 commit comments

Comments
 (0)