Skip to content

Commit

Permalink
chore: bump proto to 3.19.2 for CVE-2021-22569 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward authored Jan 18, 2022
1 parent 808569a commit 0c75576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
// todo: move to subprojects, but how?
ext["grpcVersion"] = "1.39.0" // need to wait for grpc kotlin to move past this
ext["grpcKotlinVersion"] = "1.2.0" // CURRENT_GRPC_KOTLIN_VERSION
ext["protobufVersion"] = "3.19.1"
ext["protobufVersion"] = "3.19.2"
ext["coroutinesVersion"] = "1.5.2"

allprojects {
Expand Down

0 comments on commit 0c75576

Please sign in to comment.