From 4d4b90ef086f362f9969c35018088c77775d6400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:01:36 +0000 Subject: [PATCH] Bump localstack from 1.15.3 to 1.17.6 Bumps [localstack](https://github.com/testcontainers/testcontainers-java) from 1.15.3 to 1.17.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.15.3...1.17.6) --- updated-dependencies: - dependency-name: org.testcontainers:localstack 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 7d6376f..3851e6f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { testImplementation(kotlin("test-junit5")) testImplementation("org.junit.jupiter:junit-jupiter:5.7.2") testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.4.2") - integrationTestImplementation("org.testcontainers:localstack:1.15.3") + integrationTestImplementation("org.testcontainers:localstack:1.17.6") integrationTestImplementation("cloud.localstack:localstack-utils:0.2.13") }