From 849f4b2b9f0fb5317824ccc15df3f2a5a4ffa100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 06:34:50 +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.3.1 to 3.4.0. - [Release notes](https://github.com/awspring/spring-cloud-aws/releases) - [Commits](https://github.com/awspring/spring-cloud-aws/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: io.awspring.cloud:spring-cloud-aws-s3 dependency-version: 3.4.0 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 d4e5428a..31e35716 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -89,7 +89,7 @@ dependencies { } // sda-commons-starter-s3 - api "io.awspring.cloud:spring-cloud-aws-s3:3.3.1" + api "io.awspring.cloud:spring-cloud-aws-s3:3.4.0" api "io.github.robothy:local-s3-rest:1.23" }