Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ grpc-netty version | netty-code-http2 version | netty-tcnative-boringssl-static
1.4.x | 4.1.11.Final | 2.0.1.Final
1.5.x | 4.1.12.Final | 2.0.5.Final
1.6.x | 4.1.14.Final | 2.0.5.Final
1.7.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

### OkHttp
If you are using gRPC on Android devices, you are most likely using `grpc-okhttp` transport.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ subprojects {
protocPluginBaseName = 'protoc-gen-grpc-java'
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"

nettyVersion = '4.1.16.Final'
nettyVersion = '4.1.17.Final'
guavaVersion = '19.0'
protobufVersion = '3.4.0'
protocVersion = protobufVersion
Expand Down Expand Up @@ -205,7 +205,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.6.Final',
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:2.0.7.Final',

// Test dependencies.
junit: 'junit:junit:4.12',
Expand Down