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 7833d06 commit 010699dCopy full SHA for 010699d
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
testImplementation 'com.google.guava:guava-io:r03'
38
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
39
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1'
40
- testImplementation 'org.junit-pioneer:junit-pioneer:1.3.8'
+ testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
41
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
42
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.7.1' // required when testing in Eclipse
43
}
0 commit comments