From 885709da12bd5bd6f9464aaa6620cf4724bed1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:24:23 +0000 Subject: [PATCH] fix(deps): bump io.github.robothy:local-s3-rest from 1.16 to 1.17 Bumps [io.github.robothy:local-s3-rest](https://github.com/Robothy/local-s3) from 1.16 to 1.17. - [Release notes](https://github.com/Robothy/local-s3/releases) - [Commits](https://github.com/Robothy/local-s3/compare/1.16...1.17) --- updated-dependencies: - dependency-name: io.github.robothy:local-s3-rest 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 3d70d396d..6467761e9 100644 --- a/sda-commons-dependencies/build.gradle +++ b/sda-commons-dependencies/build.gradle @@ -82,7 +82,7 @@ dependencies { // sda-commons-starter-s3 api "io.awspring.cloud:spring-cloud-aws-s3:3.1.1" - api "io.github.robothy:local-s3-rest:1.16" + api "io.github.robothy:local-s3-rest:1.17" } }