mirror of https://github.com/grpc/grpc-java.git
all: update to netty 4.1.13
This commit is contained in:
parent
e6d0062d20
commit
7207a9f408
|
|
@ -87,7 +87,7 @@ subprojects {
|
|||
protocPluginBaseName = 'protoc-gen-grpc-java'
|
||||
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
|
||||
|
||||
nettyVersion = '4.1.12.Final'
|
||||
nettyVersion = '4.1.13.Final'
|
||||
guavaVersion = '19.0'
|
||||
protobufVersion = '3.3.1'
|
||||
protocVersion = '3.3.0' // TODO(carl-mastrangelo): set this from protobufVersion when versions align again
|
||||
|
|
|
|||
Loading…
Reference in New Issue