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.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]>
  • Loading branch information
dependabot[bot] authored and amotl committed Aug 5, 2024
1 parent 18dd576 commit 08d3621
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.20.0'
testImplementation 'org.testcontainers:cratedb:1.20.0'
testImplementation 'org.testcontainers:postgresql:1.20.0'
testImplementation 'org.testcontainers:testcontainers:1.20.1'
testImplementation 'org.testcontainers:cratedb:1.20.1'
testImplementation 'org.testcontainers:postgresql:1.20.1'
}

java {
Expand Down

0 comments on commit 08d3621

Please sign in to comment.