Skip to content

Commit

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

Bumps [org.testcontainers:localstack](https://github.com/testcontainers/testcontainers-java) from 1.19.2 to 1.19.3.
- [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.19.2...1.19.3)

---
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] committed Nov 28, 2023
1 parent 14aa227 commit 5389612
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 @@ -130,7 +130,7 @@ testing {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.19.2'
implementation 'org.testcontainers:localstack:1.19.2'
implementation 'org.testcontainers:localstack:1.19.3'
implementation 'org.testcontainers:testcontainers:1.19.2'
}
}
Expand Down

0 comments on commit 5389612

Please sign in to comment.