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)

Signed-off-by: Arjun kumar Giri <[email protected]>
Co-authored-by: Arjun kumar Giri <[email protected]>
(cherry picked from commit 572e7bc)
  • Loading branch information
arjunkumargiri authored and github-actions[bot] committed Aug 11, 2023
1 parent a3b09f1 commit bd68c41
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 bd68c41

Please sign in to comment.