Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers in /testing/testcontainers/java
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.0.
- [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.8...1.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jul 20, 2024
1 parent badb3d4 commit 90d88c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/testcontainers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies {
implementation 'org.slf4j:slf4j-simple:2.0.13'
testImplementation 'junit:junit:4.13.2'
testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation 'org.testcontainers:testcontainers:1.19.8'
testImplementation 'org.testcontainers:cratedb:1.19.8'
testImplementation 'org.testcontainers:postgresql:1.19.8'
testImplementation 'org.testcontainers:testcontainers:1.20.0'
testImplementation 'org.testcontainers:cratedb:1.20.0'
testImplementation 'org.testcontainers:postgresql:1.20.0'
}

java {
Expand Down

0 comments on commit 90d88c0

Please sign in to comment.