From 12c3600229af874a92f0bf663b98f247aa83e816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 23:53:39 +0000 Subject: [PATCH] Update protobuf to v3.21.9 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index babda7bd5..e3d0a320d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ kotlinxSerializationJson = "1.4.0" ksp = "1.7.20-1.0.6" lint = "30.2.2" okhttp = "4.10.0" -protobuf = "3.21.5" +protobuf = "3.21.9" protobufPlugin = "0.8.19" retrofit = "2.9.0" retrofitKotlinxSerializationJson = "0.8.0"