Skip to content

Commit

Permalink
[CVE-2023-32732] Upgrade gRPC protobug to mitigate connection terminc…
Browse files Browse the repository at this point in the history
…ation issue (opensearch-project#471)

Signed-off-by: Arjun kumar Giri <[email protected]>
Co-authored-by: Arjun kumar Giri <[email protected]>
  • Loading branch information
arjunkumargiri and arjunkumargiri authored Aug 11, 2023
1 parent e33436a commit 572e7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ dependencies {
implementation group: 'commons-io', name: 'commons-io', version: '2.7'
implementation group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: "${protobufVersion}"
implementation 'io.grpc:grpc-netty:1.52.1'
implementation 'io.grpc:grpc-protobuf:1.52.1'
implementation 'io.grpc:grpc-netty:1.56.1'
implementation 'io.grpc:grpc-protobuf:1.56.1'
implementation("io.netty:netty-codec-http2:${nettyVersion}") {
force = 'true'
}
Expand Down

0 comments on commit 572e7bc

Please sign in to comment.