From 64cae724faa76f9d4de0429807a07baa84f33a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:03:13 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf from 0.8.14 to 0.9.2 Bumps com.google.protobuf from 0.8.14 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] --- protobuf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/build.gradle b/protobuf/build.gradle index 728edd8..c0a8ee6 100644 --- a/protobuf/build.gradle +++ b/protobuf/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.google.protobuf" version "0.8.14" + id "com.google.protobuf" version "0.9.2" } dependencies {