From c795d1d0ba34e3cf59df4275fffb37851625a963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:32:03 +0000 Subject: [PATCH] chore(deps): Bump protobufJavaVersion from 4.26.1 to 4.27.0 Bumps `protobufJavaVersion` from 4.26.1 to 4.27.0. Updates `com.google.protobuf:protobuf-java` from 4.26.1 to 4.27.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) Updates `com.google.protobuf:protoc` from 4.26.1 to 4.27.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 - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 6f5b7a74b..34759049d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -60,7 +60,7 @@ ext { monetaVersion = '1.4.4' moneyApiVersion = '1.1' - protobufJavaVersion = '4.26.1' + protobufJavaVersion = '4.27.0' junitJupiterVersion = '5.10.2' jsonUnitAssertJVersion = '3.2.7'