From 03b5eb95ae2abfb3a436d078814603dd61aa460d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:00:31 +0000 Subject: [PATCH] Bump s3 from 2.14.8 to 2.19.4 in /modules/localstack Bumps s3 from 2.14.8 to 2.19.4. --- 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 eec730235ef..a4417e33e84 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.847' testCompile 'com.amazonaws:aws-java-sdk-sqs:1.11.851' testCompile 'com.amazonaws:aws-java-sdk-logs:1.11.807' - testCompile 'software.amazon.awssdk:s3:2.14.8' + testCompile 'software.amazon.awssdk:s3:2.19.4' }