Skip to content

Commit 7fdc45d

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.14.1 to 6.0.2
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.2) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94981f6 commit 7fdc45d

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.1'
262-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.14.1'
261+
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '6.0.2'
262+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.2'
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)