From 4ab97ad33a34275f6020c1a8f84f3158e25c0b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:50:37 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java-util from 3.25.2 to 4.26.1 Bumps com.google.protobuf:protobuf-java-util from 3.25.2 to 4.26.1. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0ff2138fe..2a961efdd1 100644 --- a/build.gradle +++ b/build.gradle @@ -472,7 +472,7 @@ dependencies { // protobuf implementation "io.grpc:grpc-protobuf:1.61.1" - implementation "com.google.protobuf:protobuf-java-util:3.25.2" + implementation "com.google.protobuf:protobuf-java-util:4.26.1" // Java Tuples implementation 'com.flipkart.utils:javatuples:3.0'