We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6357c commit 6ad1bf8Copy full SHA for 6ad1bf8
build.gradle
@@ -10,7 +10,8 @@ dependencies {
10
testImplementation project(':helpers')
11
12
testImplementation 'org.testcontainers:junit-jupiter:1.20.5'
13
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
14
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
15
16
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
17
}
0 commit comments