From a1fcbc0e8a052765b104fad579abea48c710f454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:14:31 -0400 Subject: [PATCH] Bump io.awspring.cloud:spring-cloud-aws-dependencies from 3.0.4 to 3.0.5 (#80) Bumps [io.awspring.cloud:spring-cloud-aws-dependencies](https://github.com/awspring/spring-cloud-aws) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/awspring/spring-cloud-aws/releases) - [Commits](https://github.com/awspring/spring-cloud-aws/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: io.awspring.cloud:spring-cloud-aws-dependencies 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 71491fd7..885f21ab 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,7 +1,7 @@ ext { springBootVersion = '3.2.10' springCloudVersion = '2023.0.3' - springCloudAwsVersion = '3.0.4' + springCloudAwsVersion = '3.0.5' debeziumVersion = '2.6.2.Final' djlVersion = '0.26.0'