Skip to content

Commit

Permalink
deps: Change com.google.protobuf:protobuf-java:3.6.1 version to 3.16.1
Browse files Browse the repository at this point in the history
An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out o...[CVE-2021-22569]
  • Loading branch information
T-baby committed Sep 21, 2022
1 parent 63df760 commit f616bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cloudopt-next-grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protobuf {

dependencies {
api project(":cloudopt-next-web")
api("com.google.protobuf:protobuf-java:3.6.1")
api("com.google.protobuf:protobuf-java:3.16.1")
api("io.grpc:grpc-stub:${rootProject.property('grpc_version')}")
api("io.grpc:grpc-protobuf:${rootProject.property('grpc_version')}")
api("javax.annotation:javax.annotation-api:1.3.1")
Expand Down

0 comments on commit f616bb7

Please sign in to comment.