aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-11-28 13:52:23 -0800
committerGitHub <noreply@github.com>2017-11-28 13:52:23 -0800
commit09307ce191cc6470a9b0cf8a6cc5d9a20db9f541 (patch)
tree26cd7bca9e0084e832c58396d7be86570f2a774d /SECURITY.md
parentd42110c1817e9fcfb885cf4dd6b004c09b374c20 (diff)
downloadgrpc-grpc-java-09307ce191cc6470a9b0cf8a6cc5d9a20db9f541.tar.gz
netty: update to 4.1.17-Final
Diffstat (limited to 'SECURITY.md')
-rw-r--r--SECURITY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/SECURITY.md b/SECURITY.md
index c72696123..8ef3f0fe8 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-1.8.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.