From 4641af2ecc92574235fcf69a14dac4534723dd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:56:25 -0400 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.6 to 3.0.7. - [Release notes](https://github.com/spring-projects/spring-integration-aws/releases) - [Commits](https://github.com/spring-projects/spring-integration-aws/compare/v3.0.6...v3.0.7) --- 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 58d38970..a8938358 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -7,7 +7,7 @@ ext { djlVersion = '0.26.0' djlSpringVersion = '0.26' - springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.6' + springIntegrationAws = 'org.springframework.integration:spring-integration-aws:3.0.7' ftpserverCore = 'org.apache.ftpserver:ftpserver-core:1.2.0' mockserverNetty = 'org.mock-server:mockserver-netty:5.15.0' twitter4jStream = 'org.twitter4j:twitter4j-stream:4.0.7'