Skip to content

Commit dc1092d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencyResolutionManagement {
1515
library("junit", "org.junit.jupiter", "junit-jupiter").versionRef(junit5)
1616
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef(junit5)
1717
library("junit-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef(junit5)
18-
library("junit-launcher", "org.junit.platform:junit-platform-launcher:1.13.4")
18+
library("junit-launcher", "org.junit.platform:junit-platform-launcher:6.0.0")
1919
library("atrium", "ch.tutteli.atrium:atrium-fluent:1.3.0-alpha-2")
2020

2121
library("mockk", "io.mockk:mockk:1.14.6")

0 commit comments

Comments
 (0)