From 861640e98408a81e08ba17dc2ac3999bac568684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:36:00 +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.28.0. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-minor ... 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..2ea76a3 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.28.0' implementation 'com.google.protobuf:protoc:4.27.2' implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}" implementation "io.grpc:grpc-core:${grpcVersion}"