mirror of https://github.com/grpc/grpc-java.git
netty: update to netty tcnative 2.0.3
This commit is contained in:
parent
6b5e53e513
commit
8d304b6892
|
|
@ -195,7 +195,7 @@ subprojects {
|
||||||
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
|
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
|
||||||
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
|
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
|
||||||
netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}",
|
netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}",
|
||||||
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.1.Final',
|
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.3.Final',
|
||||||
|
|
||||||
// Test dependencies.
|
// Test dependencies.
|
||||||
junit: 'junit:junit:4.11',
|
junit: 'junit:junit:4.11',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue