From 7ce0a9e0c14d21af5055891f70537616646f369a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:25:41 +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] --- router-protobuf/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index ba3495a8..64be58dd 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { implementation("org.slf4j:slf4j-api:2.0.9") api("com.google.protobuf:protobuf-java:3.25.1") - api("com.google.protobuf:protobuf-java-util:3.25.1") + api("com.google.protobuf:protobuf-java-util:3.25.2") implementation("com.google.guava:guava:32.1.3-jre") api(project(":router"))