From 0c755760b7cd688961156680e1bc4b40855f419b Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 18 Jan 2022 16:40:11 -0700 Subject: [PATCH] chore: bump proto to 3.19.2 for CVE-2021-22569 (#312) --- examples/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/build.gradle.kts b/examples/build.gradle.kts index 47f54f1c..83a4f0e9 100644 --- a/examples/build.gradle.kts +++ b/examples/build.gradle.kts @@ -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 {