From 76524836f2bee060f4c0da6748e6419a0208f3d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:27:41 +0000 Subject: [PATCH] chore(deps): bump com.google.protobuf:protobuf-java-util Bumps com.google.protobuf:protobuf-java-util from 3.25.3 to 4.28.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 764bece3..bfcb9f3b 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ configurations.all { resolutionStrategy { // micronaut bom import version not compatible with google one force("com.google.protobuf:protobuf-java:3.25.3") - force("com.google.protobuf:protobuf-java-util:3.25.3") + force("com.google.protobuf:protobuf-java-util:4.28.1") } }