aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-02-22 13:10:04 -0800
committerGitHub <noreply@github.com>2018-02-22 13:10:04 -0800
commit6d51cb4aef8bf7ddfb336e4c9e575f778c31fb5a (patch)
tree1367db5ccbacd38ffb3d04d5179d5243d8118b12 /build.gradle
parente31851a0eb1aad7f6e8c93a4d912670efb1a14e7 (diff)
downloadgrpc-grpc-java-6d51cb4aef8bf7ddfb336e4c9e575f778c31fb5a.tar.gz
netty: bump to 4.1.22-Final
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 5a4924bd4..271180b1f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ subprojects {
protocPluginBaseName = 'protoc-gen-grpc-java'
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
- nettyVersion = '4.1.21.Final'
+ nettyVersion = '4.1.22.Final'
guavaVersion = '19.0'
protobufVersion = '3.5.1'
protocVersion = '3.5.1-1'