aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-07-20 16:36:00 -0700
committerGitHub <noreply@github.com>2018-07-20 16:36:00 -0700
commit7d455964f601ce9d3bdd57e79f0c7b0c065b2ce3 (patch)
treed1ac4e7596e3b5b128e9a36a945f8abc74617d71 /build.gradle
parent6d7c7dc583bb26ec0efc17f1b5803ca41b1eb5d5 (diff)
downloadgrpc-grpc-java-7d455964f601ce9d3bdd57e79f0c7b0c065b2ce3.tar.gz
all: update to netty 4.1.27 and tcnative 2.0.12
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 09eeabfc1..1bf3cd929 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,7 +109,7 @@ subprojects {
protocPluginBaseName = 'protoc-gen-grpc-java'
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
- nettyVersion = '4.1.25.Final'
+ nettyVersion = '4.1.27.Final'
guavaVersion = '20.0'
protobufVersion = '3.5.1'
protocVersion = '3.5.1-1'
@@ -221,7 +221,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.8.Final',
+ netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.12.Final',
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:1.0.1',
re2j: 'com.google.re2j:re2j:1.2',