From aa35d8dc0e6ca35539ed405ea9ef501bc3a33df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:52:32 +0000 Subject: [PATCH] fix(deps): bump io.awspring.cloud:spring-cloud-aws-s3 Bumps [io.awspring.cloud:spring-cloud-aws-s3](https://github.com/awspring/spring-cloud-aws) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/awspring/spring-cloud-aws/releases) - [Commits](https://github.com/awspring/spring-cloud-aws/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: io.awspring.cloud:spring-cloud-aws-s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sda-commons-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sda-commons-dependencies/build.gradle b/sda-commons-dependencies/build.gradle index e5dbbb96..3478b20b 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -81,7 +81,7 @@ dependencies { } // sda-commons-starter-s3 - api "io.awspring.cloud:spring-cloud-aws-s3:3.1.1" + api "io.awspring.cloud:spring-cloud-aws-s3:3.2.0" api "io.github.robothy:local-s3-rest:1.17" }