Skip to content

Commit

Permalink
Address CVE-2023-32732 update gRPC netty and protobuf dependency version
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <[email protected]>
  • Loading branch information
khushbr committed Sep 11, 2023
1 parent 136dc9b commit b513a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ dependencies {
compile group: 'commons-io', name: 'commons-io', version: '2.7'
compile group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0'
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.8'
implementation 'io.grpc:grpc-netty:1.49.0'
implementation 'io.grpc:grpc-protobuf:1.53.0'
implementation 'io.grpc:grpc-stub:1.49.0'
implementation 'io.grpc:grpc-netty:1.56.0'
implementation 'io.grpc:grpc-protobuf:1.56.0'
implementation 'io.grpc:grpc-stub:1.56.0'

implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation("io.netty:netty-transport-native-unix-common:${nettyVersion}") {
Expand Down

0 comments on commit b513a2e

Please sign in to comment.