From 575f6e351cfcbeb5f07c032ec3ff422a10f62031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:40:58 +0000 Subject: [PATCH] Bump com.google.protobuf from 0.8.19 to 0.9.2 Bumps com.google.protobuf from 0.8.19 to 0.9.2. --- 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 9a213ed3..65b2daea 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.2" } repositories {