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 (#471) (#473)

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
Co-authored-by: Arjun kumar Giri <arjung@amazon.com>
(cherry picked from commit 572e7bc)

Co-authored-by: arjunkumargiri <142054468+arjunkumargiri@users.noreply.github.com>
  • Loading branch information
1 parent a3b09f1 commit 0948306
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 0948306

Please sign in to comment.