all: bump netty to 4.1.12-Final

This commit is contained in:
Carl Mastrangelo 2017-06-16 14:59:34 -07:00 committed by GitHub
parent cb53bbf0be
commit 2a3cb8fd23
1 changed files with 1 additions and 1 deletions

View File

@ -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