Skip to content

Commit 2b58294

Browse files
dependabot[bot]outofcoffee
authored andcommitted
chore(deps): bump org.testcontainers:localstack from 1.17.6 to 1.20.2
Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.20.2. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.17.6...1.20.2) --- updated-dependencies: - dependency-name: org.testcontainers:localstack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c25f0ac commit 2b58294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/dynamodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// test
1717
testImplementation project(':test:test-utils')
1818
testImplementation "org.testcontainers:testcontainers:$version_testcontainers"
19-
testImplementation group: 'org.testcontainers', name: 'localstack', version: '1.17.6'
19+
testImplementation group: 'org.testcontainers', name: 'localstack', version: '1.20.2'
2020
}
2121

2222
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)