We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2097162 commit 8f74124Copy full SHA for 8f74124
testing/testcontainers/java/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation 'org.slf4j:slf4j-api:2.0.17'
26
implementation 'org.slf4j:slf4j-simple:2.0.17'
27
testImplementation 'junit:junit:4.13.2'
28
- testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
29
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'
0 commit comments