From 93c5fd434466578cb2b9f39f73c4f57b4a7aa611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:43:49 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java-util from 3.25.1 to 3.25.2 Bumps com.google.protobuf:protobuf-java-util from 3.25.1 to 3.25.2. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 01a9bd84ed..f35620cd26 100644 --- a/build.gradle +++ b/build.gradle @@ -497,7 +497,7 @@ dependencies { // protobuf implementation "io.grpc:grpc-protobuf:1.60.1" - implementation "com.google.protobuf:protobuf-java-util:3.25.1" + implementation "com.google.protobuf:protobuf-java-util:3.25.2" // Java Tuples implementation 'com.flipkart.utils:javatuples:3.0'