From 283a5c91a6f18af83bf56e7b2759b0e09faab721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:31:47 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:localstack from 1.19.0 to 1.19.5 Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.5. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.19.0...1.19.5) --- updated-dependencies: - dependency-name: org.testcontainers:localstack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 790e336a..2551649b 100644 --- a/build.gradle +++ b/build.gradle @@ -114,7 +114,7 @@ dependencies { // testcontainers testImplementation "org.testcontainers:testcontainers:1.19.0" testImplementation "org.testcontainers:junit-jupiter:1.19.0" - testImplementation "org.testcontainers:localstack:1.19.0" + testImplementation "org.testcontainers:localstack:1.19.5" // Localstack module misses SDK v1 classes that are mandatory, see https://github.com/testcontainers/testcontainers-java/issues/1442#issuecomment-694342883 testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.520' }