From c161dec192368d0c70dba361532faeb3f04d05f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:16:42 +0000 Subject: [PATCH] build(deps): bump protobuf-gradle-plugin from 0.8.19 to 0.9.1 Bumps [protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.19 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.19...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e797e38ff..bb370a6b0 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { classpath "org.jetbrains.dokka:dokka-gradle-plugin:${version_dokka}" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.1' classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.9.0'