Skip to content

Commit 902d961

Browse files
Bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0
Bumps [org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases) - [Commits](junit-pioneer/junit-pioneer@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: org.junit-pioneer:junit-pioneer dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c34760 commit 902d961

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)