Skip to content

Commit e42759d

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.14.0 to 6.0.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8398bb commit e42759d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ dependencies {
258258
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
259259
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.8'
260260

261-
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.14.0'
262-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.14.0'
261+
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '6.0.1'
262+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.1'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.1'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.1'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.1'

0 commit comments

Comments
 (0)