diff --git a/SECURITY.md b/SECURITY.md index 8ef3f0fe84..35f5de37f6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -318,16 +318,16 @@ If you are running inside of an embedded Tomcat runtime (e.g., Spring Boot), the Below are known to work version combinations: -grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static version ------------------- | ------------------------ | --------------------------------------- -1.0.0-1.0.1 | 4.1.3.Final | 1.1.33.Fork19 -1.0.2-1.0.3 | 4.1.6.Final | 1.1.33.Fork23 -1.1.x-1.3.x | 4.1.8.Final | 1.1.33.Fork26 -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-1.8.x | 4.1.16.Final | 2.0.6.Final -1.9.x- | 4.1.17.Final | 2.0.7.Final +grpc-netty version | netty-codec-http2 version | netty-tcnative-boringssl-static version +------------------ | ------------------------- | --------------------------------------- +1.0.0-1.0.1 | 4.1.3.Final | 1.1.33.Fork19 +1.0.2-1.0.3 | 4.1.6.Final | 1.1.33.Fork23 +1.1.x-1.3.x | 4.1.8.Final | 1.1.33.Fork26 +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-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.