From 2a77e3e730af5adaaf32427038d99759bb6977ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:38:04 +0000 Subject: [PATCH] Bump com.google.protobuf from 0.9.0 to 0.9.4 Bumps com.google.protobuf from 0.9.0 to 0.9.4. --- updated-dependencies: - dependency-name: com.google.protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 428e46a0..b438fda5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -8,7 +8,7 @@ import java.util.Properties plugins { id("com.android.application") kotlin("android") - id("com.google.protobuf") version "0.9.0" + id("com.google.protobuf") version "0.9.4" } android {