Skip to content

Commit 1313f68

Browse files
Merge pull request #292 from java9-modularity/dependabot/gradle/org.junit-pioneer-junit-pioneer-2.3.0
Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0
2 parents 68d6701 + 902d961 commit 1313f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation 'com.google.guava:guava-io:r03'
4040
testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion"
4141
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
42-
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
42+
testImplementation 'org.junit-pioneer:junit-pioneer:2.3.0'
4343
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
4444
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // required when testing in Eclipse
4545
}

0 commit comments

Comments
 (0)