Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:localstack from 1.17.6 to 1.20.1
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.20.1.
- [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.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:localstack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 20, 2024
1 parent 9151cdb commit e82624a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/dynamodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// test
testImplementation project(':test:test-utils')
testImplementation "org.testcontainers:testcontainers:$version_testcontainers"
testImplementation group: 'org.testcontainers', name: 'localstack', version: '1.17.6'
testImplementation group: 'org.testcontainers', name: 'localstack', version: '1.20.1'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit e82624a

Please sign in to comment.