aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-04-30 16:55:52 -0700
committerGitHub <noreply@github.com>2018-04-30 16:55:52 -0700
commit045c566b8898c4c09b62718a3b8fc6c86cca9cd3 (patch)
tree1f84e275f4a4a4b17a7d9cc27f594265b1df71c3 /build.gradle
parentb58e0f4059a9538d04c88924de504b2e082698c6 (diff)
downloadgrpc-grpc-java-045c566b8898c4c09b62718a3b8fc6c86cca9cd3.tar.gz
netty: bump to 4.1.24-Final
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index c28911121..008f4bbb1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -99,7 +99,7 @@ subprojects {
protocPluginBaseName = 'protoc-gen-grpc-java'
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
- nettyVersion = '4.1.22.Final'
+ nettyVersion = '4.1.24.Final'
guavaVersion = '20.0'
protobufVersion = '3.5.1'
protocVersion = '3.5.1-1'
@@ -215,7 +215,7 @@ subprojects {
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}",
- netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final',
+ netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.8.Final',
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:1.0.1',