mirror of https://github.com/grpc/grpc-java.git
netty: bump to 4.1.24-Final
This commit is contained in:
parent
b58e0f4059
commit
045c566b88
|
|
@ -99,7 +99,7 @@ subprojects {
|
|||
protocPluginBaseName = 'protoc-gen-grpc-java'
|
||||
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
|
||||
|
||||
nettyVersion = '4.1.22.Final'
|
||||
nettyVersion = '4.1.24.Final'
|
||||
guavaVersion = '20.0'
|
||||
protobufVersion = '3.5.1'
|
||||
protocVersion = '3.5.1-1'
|
||||
|
|
@ -215,7 +215,7 @@ subprojects {
|
|||
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
|
||||
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
|
||||
netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}",
|
||||
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final',
|
||||
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.8.Final',
|
||||
|
||||
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:1.0.1',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue