From 17b9196509c4a79a681bce1acc641da0f2690795 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Fri, 17 Nov 2017 11:56:03 -0800 Subject: [PATCH 1/3] netty: update to 4.1.17-Final --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ab080e6bf2a..79875db1412 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ subprojects { protocPluginBaseName = 'protoc-gen-grpc-java' javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix" - nettyVersion = '4.1.16.Final' + nettyVersion = '4.1.17.Final' guavaVersion = '19.0' protobufVersion = '3.4.0' protocVersion = protobufVersion @@ -205,7 +205,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.6.Final', + netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final', // Test dependencies. junit: 'junit:junit:4.12', From 06d97c0b4f65f296b3625e03baeb58dd3a9b3a96 Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Tue, 28 Nov 2017 12:21:30 -0800 Subject: [PATCH 2/3] sec --- SECURITY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index c72696123b4..e88f9d6ad2a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -326,7 +326,8 @@ grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static 1.4.x | 4.1.11.Final | 2.0.1.Final 1.5.x | 4.1.12.Final | 2.0.5.Final 1.6.x | 4.1.14.Final | 2.0.5.Final -1.7.x- | 4.1.16.Final | 2.0.6.Final +1.7.x | 4.1.16.Final | 2.0.6.Final +1.9.x- | 4.1.17.Final | 2.0.7.Final ### OkHttp If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport. From 7ad40ff01b435801445773eeb353e104082d445c Mon Sep 17 00:00:00 2001 From: Carl Mastrangelo Date: Tue, 28 Nov 2017 12:24:16 -0800 Subject: [PATCH 3/3] verbump --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index e88f9d6ad2a..8ef3f0fe844 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -326,7 +326,7 @@ grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static 1.4.x | 4.1.11.Final | 2.0.1.Final 1.5.x | 4.1.12.Final | 2.0.5.Final 1.6.x | 4.1.14.Final | 2.0.5.Final -1.7.x | 4.1.16.Final | 2.0.6.Final +1.7.x-1.8.x | 4.1.16.Final | 2.0.6.Final 1.9.x- | 4.1.17.Final | 2.0.7.Final ### OkHttp