From 1d67a71014ee576d37ecbc27fcb2149bfa68c589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:05:21 +0000 Subject: [PATCH] Gradle: Bump org.testcontainers:localstack from 1.20.6 to 1.21.3 Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.20.6 to 1.21.3. - [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.20.6...1.21.3) --- updated-dependencies: - dependency-name: org.testcontainers:localstack dependency-version: 1.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6037b1..3d88d36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -180,7 +180,7 @@ val mockkVersion = "1.14.5" val awaitilityKVersion = "4.3.0" val testContainersRedisVersion = "1.6.4" val testContainersPostgreSQLVersion = "1.20.6" -val testContainersLocalStackVersion = "1.20.6" +val testContainersLocalStackVersion = "1.21.3" dependencies { // https://youtrack.jetbrains.com/issue/KT-71057/POM-file-unusable-after-upgrading-to-2.0.20-from-2.0.10