From d0815b4f416a390f402032b59f9581a76b4619ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:56:14 -0500 Subject: [PATCH] build(deps): bump org.testcontainers:localstack from 1.19.5 to 1.19.6 (#390) Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6. - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:localstack dependency-type: direct:production update-type: version-update:semver-patch ... 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 358b0add..dfe5fe7c 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ testing { dependencies { implementation project implementation 'org.testcontainers:junit-jupiter:1.19.6' - implementation 'org.testcontainers:localstack:1.19.5' + implementation 'org.testcontainers:localstack:1.19.6' implementation 'org.testcontainers:testcontainers:1.19.5' } }