Skip to content

Commit 82b75b0

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.13.4 to 6.0.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 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 ed7c51c commit 82b75b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
5353
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
5454
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
55-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
55+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
5656
}
5757

5858
tasks.test {

0 commit comments

Comments
 (0)