From 31e84bf5990ec821aed4248f9e82a9a99ed95edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 03:24:35 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4 Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](https://github.com/google/protobuf-gradle-plugin/compare/v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 599aee6c..0c017612 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:8.0.2' - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4' classpath 'com.likethesalad.android:stem-plugin:2.4.1' // NOTE: Do not place your application dependencies here; they belong