From e28f788c4dd849229a70fb0c1b075237a7f11fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:25:03 +0000 Subject: [PATCH] Bump com.google.protobuf from 0.8.19 to 0.9.1 Bumps com.google.protobuf from 0.8.19 to 0.9.1. --- updated-dependencies: - dependency-name: com.google.protobuf 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 bbcc7ea5..950a5fe0 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id "java-library" id "maven-publish" - id "com.google.protobuf" version "0.8.19" + id "com.google.protobuf" version "0.9.1" } repositories {