Skip to content

Commit

Permalink
build(deps): bump org.testcontainers:localstack from 1.20.1 to 1.20.2 (
Browse files Browse the repository at this point in the history
…#548)

Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.20.1 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.20.1...1.20.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 71f7e15 commit 1aa8619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ testing {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.20.2'
implementation 'org.testcontainers:localstack:1.20.1'
implementation 'org.testcontainers:localstack:1.20.2'
implementation 'org.testcontainers:testcontainers:1.20.1'
}
}
Expand Down

0 comments on commit 1aa8619

Please sign in to comment.