From b626cf9179c70bc83b4e0c1c6df637d392e25d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:58:14 +0000 Subject: [PATCH] Bump com.google.protobuf from 0.8.19 to 0.9.0 Bumps com.google.protobuf from 0.8.19 to 0.9.0. --- 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..03ae7519 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.0" } repositories {