From 418013be5bff511a48585c774bbb7a8cf6083bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:57:13 -0500 Subject: [PATCH] Bump org.springframework.integration:spring-integration-aws Bumps [org.springframework.integration:spring-integration-aws](https://github.com/spring-projects/spring-integration-aws) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/spring-projects/spring-integration-aws/releases) - [Commits](https://github.com/spring-projects/spring-integration-aws/compare/v3.0.8...v3.0.9) --- updated-dependencies: - dependency-name: org.springframework.integration:spring-integration-aws 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 0895b3c2..d9b63227 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -5,7 +5,7 @@ ext { debeziumVersion = '3.0.7.Final' djlVersion = '0.26.0' - springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.8' + springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.9' ftpServerCore = 'org.apache.ftpserver:ftpserver-core:1.2.1' mockServerNetty = 'org.mock-server:mockserver-netty:5.15.0' }