File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ subprojects {
9696 protocPluginBaseName = ' protoc-gen-grpc-java'
9797 javaPluginPath = " $rootDir /compiler/build/exe/java_plugin/$protocPluginBaseName $exeSuffix "
9898
99- nettyVersion = ' 4.1.16 .Final'
99+ nettyVersion = ' 4.1.17 .Final'
100100 guavaVersion = ' 19.0'
101101 protobufVersion = ' 3.4.0'
102102 protocVersion = protobufVersion
@@ -205,7 +205,7 @@ subprojects {
205205 netty : " io.netty:netty-codec-http2:[${ nettyVersion} ]" ,
206206 netty_epoll : " io.netty:netty-transport-native-epoll:${ nettyVersion} " + epoll_suffix,
207207 netty_proxy_handler : " io.netty:netty-handler-proxy:${ nettyVersion} " ,
208- netty_tcnative : ' io.netty:netty-tcnative-boringssl-static:2.0.6 .Final' ,
208+ netty_tcnative : ' io.netty:netty-tcnative-boringssl-static:2.0.7 .Final' ,
209209
210210 // Test dependencies.
211211 junit : ' junit:junit:4.12' ,
You can’t perform that action at this time.
0 commit comments