From f6242783ab43fae394abcae91d5e9710b049de01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:41:20 -0700 Subject: [PATCH] Bump com.google.protobuf from 0.8.18 to 0.8.19 (#3117) Bumps com.google.protobuf from 0.8.18 to 0.8.19. --- updated-dependencies: - dependency-name: com.google.protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- grpc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc/build.gradle b/grpc/build.gradle index 4a5fdf3484..b2f6d721b4 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.18" + id "com.google.protobuf" version "0.8.19" } repositories{