From 60798a9b79b1fd31ae373f2d807208072d1ac217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 19:01:51 +0000 Subject: [PATCH] Bump s3 from 2.13.50 to 2.18.6 in /modules/localstack Bumps s3 from 2.13.50 to 2.18.6. --- updated-dependencies: - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/localstack/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/localstack/build.gradle b/modules/localstack/build.gradle index 6e9e44af320..7319a188212 100644 --- a/modules/localstack/build.gradle +++ b/modules/localstack/build.gradle @@ -7,5 +7,5 @@ dependencies { testCompile 'com.amazonaws:aws-java-sdk-s3:1.11.816' testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.812' testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.807' - testCompile 'software.amazon.awssdk:s3:2.13.50' + testCompile 'software.amazon.awssdk:s3:2.18.6' }