From 31e4f70920f973eabd3a33a3a656b365cef8d6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 06:19:43 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 (#23) Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.1 to 3.25.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/compare/v3.25.1...v3.25.2) --- 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> --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 5f494f0b..fffda2ae 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,7 +4,7 @@ ext { springCloudAwsVersion = '3.0.4' debeziumVersion = '2.5.0.Final' - protobufVersion='3.25.1' + protobufVersion='3.25.2' springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.5' ftpserverCore = 'org.apache.ftpserver:ftpserver-core:1.2.0'