mirror of https://github.com/grpc/grpc-java.git
SECURITY.md: Fix netty-codec-http2 typo
This commit is contained in:
parent
b34a9d4b26
commit
7cdd35c270
20
SECURITY.md
20
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:
|
Below are known to work version combinations:
|
||||||
|
|
||||||
grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static version
|
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.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.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.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.4.x | 4.1.11.Final | 2.0.1.Final
|
||||||
1.5.x | 4.1.12.Final | 2.0.5.Final
|
1.5.x | 4.1.12.Final | 2.0.5.Final
|
||||||
1.6.x | 4.1.14.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.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- | 4.1.17.Final | 2.0.7.Final
|
||||||
|
|
||||||
### OkHttp
|
### OkHttp
|
||||||
If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport.
|
If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue