From 0a268e950785d9c065862c8e074b81230ff4b14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:35:59 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-java Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.2 to 4.28.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 24b2bd7..9d820a7 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ dependencies { api "io.contract-testing.contractcase:case_example_mock_types:${caseCoreVersion}" 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:4.28.0' + 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}"