From 715d18cf988e5ceae944ae9f556c9c368b954507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:15:41 +1000 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-java from 4.27.0 to 4.27.2 (#23) build(deps): bump com.google.protobuf:protobuf-java Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.0 to 4.27.2. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4b4b28..5b18edf 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ 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.0' + implementation 'com.google.protobuf:protobuf-java:4.27.2' implementation 'com.google.protobuf:protobuf-java-util:4.27.2' implementation 'com.google.protobuf:protoc:4.27.1' implementation "io.grpc:protoc-gen-grpc-java:${grpcVersion}"