aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-03-07 09:30:15 -0800
committerEric Anderson <ejona@google.com>2018-03-07 13:39:47 -0800
commitcb2f62bbbf5c5a190a686e2be61e78df363b8b6e (patch)
treeb9463e1e7a24f4c57f0e294af24e4cc29a783563 /SECURITY.md
parentca7b3dad119438e66a3945d6f447eb4b80ba12f4 (diff)
downloadgrpc-grpc-java-cb2f62bbbf5c5a190a686e2be61e78df363b8b6e.tar.gz
SECURITY.md: Update "known combinations" table for Netty bump
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 a91415eef..24b2cb142 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -354,7 +354,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
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-1.8.x | 4.1.16.Final | 2.0.6.Final
-1.9.x- | 4.1.17.Final | 2.0.7.Final
+1.9.x-1.10.x | 4.1.17.Final | 2.0.7.Final
+1.11.x- | 4.1.22.Final | 2.0.7.Final
### OkHttp
If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport.