aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-02-12 17:42:11 -0800
committerGitHub <noreply@github.com>2018-02-12 17:42:11 -0800
commit35665af72ceda23b72dd5164edebc29f4a96ab3e (patch)
tree083476ab2083333a0f4eeb3ee5ccc8cd0170f514 /build.gradle
parenta888d46b937dcdfc01646626afef36dbf0ea5949 (diff)
downloadgrpc-grpc-java-35665af72ceda23b72dd5164edebc29f4a96ab3e.tar.gz
netty: upgrade to 4.1.21
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 9d03d3bd2..760c787c3 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.17.Final'
+ nettyVersion = '4.1.21.Final'
guavaVersion = '19.0'
protobufVersion = '3.5.1'
protocVersion = '3.5.1-1'