mirror of https://github.com/grpc/grpc-java.git
all: bump netty to 4.1.12-Final
This commit is contained in:
parent
cb53bbf0be
commit
2a3cb8fd23
|
|
@ -87,7 +87,7 @@ subprojects {
|
|||
protocPluginBaseName = 'protoc-gen-grpc-java'
|
||||
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
|
||||
|
||||
nettyVersion = '4.1.11.Final'
|
||||
nettyVersion = '4.1.12.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