mirror of https://github.com/grpc/grpc-java.git
Update Netty dependency to 4.1.0.CR7
This commit is contained in:
parent
2fbf142a41
commit
511bea0568
|
|
@ -137,8 +137,8 @@ subprojects {
|
||||||
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.4',
|
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.4',
|
||||||
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
|
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",
|
||||||
|
|
||||||
netty: 'io.netty:netty-codec-http2:[4.1.0.CR6]',
|
netty: 'io.netty:netty-codec-http2:[4.1.0.CR7]',
|
||||||
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.0.CR6' + epoll_suffix,
|
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.0.CR7' + epoll_suffix,
|
||||||
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork15:' + osdetector.classifier,
|
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork15:' + osdetector.classifier,
|
||||||
|
|
||||||
// Test dependencies.
|
// Test dependencies.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue