From e6b0e4c0ebf646cfbf13029510ef0cb488bb6def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:59:17 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-java-util Bumps com.google.protobuf:protobuf-java-util from 4.27.2 to 4.27.3. --- 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 24b2bd7..ba10b2c 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { api "io.contract-testing.contractcase:test-equivalence-matchers:${caseCoreVersion}" implementation 'com.diogonunes:JColor:5.5.1' implementation 'com.google.protobuf:protobuf-java:4.27.2' - implementation 'com.google.protobuf:protobuf-java-util:4.27.2' + implementation 'com.google.protobuf:protobuf-java-util:4.27.3' implementation 'com.google.protobuf:protoc:4.27.2' implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}" implementation "io.grpc:grpc-core:${grpcVersion}"