all: update to netty 4.1.13

This commit is contained in:
Carl Mastrangelo 2017-07-10 15:02:03 -07:00 committed by GitHub
parent e6d0062d20
commit 7207a9f408
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.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