From 3650f90935e54e27337baf912dadecb20de51b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:19:58 +0000 Subject: [PATCH] fix(deps): bump io.github.robothy:local-s3-rest from 1.15 to 1.16 Bumps [io.github.robothy:local-s3-rest](https://github.com/Robothy/local-s3) from 1.15 to 1.16. - [Release notes](https://github.com/Robothy/local-s3/releases) - [Commits](https://github.com/Robothy/local-s3/compare/1.15...1.16) --- 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 d90ca05ab..9fe4fe35c 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.15" + api "io.github.robothy:local-s3-rest:1.16" } }