From ccc6e1a9d2ff8d90d06a6db82aba10fce279a292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:37:51 +0000 Subject: [PATCH] Bump com.google.protobuf from 0.8.19 to 0.10.0 Bumps com.google.protobuf from 0.8.19 to 0.10.0. --- updated-dependencies: - dependency-name: com.google.protobuf dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- grpc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/build.gradle b/grpc/build.gradle index db778a83b6..1dd51822c5 100644 --- a/grpc/build.gradle +++ b/grpc/build.gradle @@ -20,7 +20,7 @@ buildscript { plugins { id 'java' id 'idea' - id "com.google.protobuf" version "0.8.19" + id "com.google.protobuf" version "0.10.0" } repositories{