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.
2 parents 68d6701 + 902d961 commit 1313f68Copy full SHA for 1313f68
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
testImplementation 'com.google.guava:guava-io:r03'
40
testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion"
41
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
42
- testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
+ testImplementation 'org.junit-pioneer:junit-pioneer:2.3.0'
43
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
44
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // required when testing in Eclipse
45
}
0 commit comments