From bb9ed5300c0d86eb7ad08660ff8d7ab86ec37842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:51:43 -0500 Subject: [PATCH] Bump software.amazon.awssdk:s3 from 2.28.22 to 2.28.23 (#698) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0beab295..34f238758 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'ch.qos.logback.contrib:logback-jackson:0.1.5' implementation 'org.jobrunr:jobrunr-spring-boot-3-starter:7.3.0' implementation 'org.apache.commons:commons-text:1.12.0' - implementation 'software.amazon.awssdk:s3:2.28.22' + implementation 'software.amazon.awssdk:s3:2.28.23' if (useLocalLibrary == 'true') { implementation fileTree(dir: "$rootDir/../form-flow/build/libs", include: '*.jar')