We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badb3d4 commit 90d88c0Copy full SHA for 90d88c0
testing/testcontainers/java/build.gradle
@@ -26,9 +26,9 @@ dependencies {
26
implementation 'org.slf4j:slf4j-simple:2.0.13'
27
testImplementation 'junit:junit:4.13.2'
28
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'
+ testImplementation 'org.testcontainers:testcontainers:1.20.0'
+ testImplementation 'org.testcontainers:cratedb:1.20.0'
+ testImplementation 'org.testcontainers:postgresql:1.20.0'
32
}
33
34
java {
0 commit comments