File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
testing/testcontainers/java Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ dependencies {
2727 testImplementation ' junit:junit:4.13.2'
2828 testImplementation ' org.junit.jupiter:junit-jupiter:6.0.1'
2929 testImplementation " org.assertj:assertj-core:3.27.6"
30- testImplementation ' org.testcontainers:testcontainers:2.0.1 '
31- testImplementation ' org.testcontainers:testcontainers-cratedb:2.0.1 '
32- testImplementation ' org.testcontainers:testcontainers-postgresql:2.0.1 '
33- testImplementation ' org.testcontainers:testcontainers-junit-jupiter:2.0.1 '
30+ testImplementation ' org.testcontainers:testcontainers:2.0.2 '
31+ testImplementation ' org.testcontainers:testcontainers-cratedb:2.0.2 '
32+ testImplementation ' org.testcontainers:testcontainers-postgresql:2.0.2 '
33+ testImplementation ' org.testcontainers:testcontainers-junit-jupiter:2.0.2 '
3434}
3535
3636java {
You can’t perform that action at this time.
0 commit comments