From 51fe1982114f2ef32d8b8a4c01aba9f32b223d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:31:56 +0000 Subject: [PATCH] Bump protobuf-gradle-plugin from 0.8.18 to 0.9.1 in /lib Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.18 to 0.9.1. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](https://github.com/google/protobuf-gradle-plugin/compare/v0.8.18...0.9.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 84e9f82..a73e547 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:${gradlePluginVersion}" - classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.18" + classpath "com.google.protobuf:protobuf-gradle-plugin:0.9.1" } }