Skip to content

Commit 90d88c0

Browse files
dependabot[bot]amotl
authored andcommitted
Bump org.testcontainers:testcontainers in /testing/testcontainers/java
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] <support@github.com>
1 parent badb3d4 commit 90d88c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/testcontainers/java/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies {
2626
implementation 'org.slf4j:slf4j-simple:2.0.13'
2727
testImplementation 'junit:junit:4.13.2'
2828
testImplementation "org.assertj:assertj-core:3.26.3"
29-
testImplementation 'org.testcontainers:testcontainers:1.19.8'
30-
testImplementation 'org.testcontainers:cratedb:1.19.8'
31-
testImplementation 'org.testcontainers:postgresql:1.19.8'
29+
testImplementation 'org.testcontainers:testcontainers:1.20.0'
30+
testImplementation 'org.testcontainers:cratedb:1.20.0'
31+
testImplementation 'org.testcontainers:postgresql:1.20.0'
3232
}
3333

3434
java {

0 commit comments

Comments
 (0)