Skip to content

Commit

Permalink
build(deps): bump org.testcontainers:testcontainers (#510)
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.0 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.20.0...1.20.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  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 Aug 5, 2024
1 parent 0c90a1a commit 1a288c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ testing {
integrationTest(JvmTestSuite) {
dependencies {
implementation project
implementation 'org.testcontainers:junit-jupiter:1.20.0'
implementation 'org.testcontainers:junit-jupiter:1.20.1'
implementation 'org.testcontainers:localstack:1.20.1'
implementation 'org.testcontainers:testcontainers:1.20.0'
implementation 'org.testcontainers:testcontainers:1.20.1'
}
}
withType(JvmTestSuite).configureEach {
Expand Down

0 comments on commit 1a288c3

Please sign in to comment.