From 366e0775e3b6131ec06126b5b95bc6eaba3cc7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:08:27 +0000 Subject: [PATCH] Bump protobuf-gradle-plugin from 0.8.19 to 0.9.2 Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.19 to 0.9.2. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](https://github.com/google/protobuf-gradle-plugin/compare/v0.8.19...0.9.2) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d75af43..1cd5e4f 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.19" + classpath "com.google.protobuf:protobuf-gradle-plugin:0.9.2" } }