aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2018-10-11 17:36:41 -0700
committerGitHub <noreply@github.com>2018-10-11 17:36:41 -0700
commit7c26430b599fdd5a4de4076c8980efe0ec3e7657 (patch)
tree6648c5ddc08401f7ffe109c66fc3d863abbbd0b0 /build.gradle
parent861f9147ed13e3956fe27b2a86288063558c2e94 (diff)
downloadgrpc-grpc-java-7c26430b599fdd5a4de4076c8980efe0ec3e7657.tar.gz
netty: update to 4.1.30 and tcn 2.0.17
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 17ceba16d..21596c463 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,7 +110,7 @@ subprojects {
protocPluginBaseName = 'protoc-gen-grpc-java'
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
- nettyVersion = '4.1.27.Final'
+ nettyVersion = '4.1.30.Final'
guavaVersion = '26.0-android'
protobufVersion = '3.5.1'
protocVersion = '3.5.1-1'
@@ -224,7 +224,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.12.Final',
+ netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.17.Final',
conscrypt: 'org.conscrypt:conscrypt-openjdk-uber:1.0.1',
re2j: 'com.google.re2j:re2j:1.2',