From af60bed27a604cf8c01731bd3cd0906de88faf3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:14:53 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:localstack from 1.19.0 to 1.19.1 Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.1. - [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.1) --- 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 7c17bbc..26e9fbd 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ dependencies { // containers testImplementation "org.testcontainers:junit-jupiter:1.19.0" testImplementation "org.testcontainers:testcontainers:1.19.0" - testImplementation "org.testcontainers:localstack:1.19.0" + testImplementation "org.testcontainers:localstack:1.19.1" testImplementation "com.amazonaws:aws-java-sdk-s3:$s3Version" }