Skip to content

Commit

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

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

---
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 Feb 26, 2024
1 parent 7f0c331 commit d0815b4
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 @@ -128,7 +128,7 @@ testing {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.19.6'
implementation 'org.testcontainers:localstack:1.19.5'
implementation 'org.testcontainers:localstack:1.19.6'
implementation 'org.testcontainers:testcontainers:1.19.5'
}
}
Expand Down

0 comments on commit d0815b4

Please sign in to comment.