netty: upgrade to netty tcnative 2.0.5

This commit is contained in:
Carl Mastrangelo 2017-06-26 18:29:14 -07:00 committed by GitHub
parent 0fa2225623
commit e7fd6fc55e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ subprojects {
netty: "io.netty:netty-codec-http2:[${nettyVersion}]",
netty_epoll: "io.netty:netty-transport-native-epoll:${nettyVersion}" + epoll_suffix,
netty_proxy_handler: "io.netty:netty-handler-proxy:${nettyVersion}",
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.3.Final',
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.5.Final',
// Test dependencies.
junit: 'junit:junit:4.11',