Skip to content

Commit 06fa53f

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 6.0.2
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.11.4 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 2669742 commit 06fa53f

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
@@ -56,7 +56,7 @@ dependencies {
5656
testImplementation("org.junit.jupiter", "junit-jupiter-engine", "5.11.4")
5757
testImplementation("org.mockito", "mockito-core", "5.21.0")
5858

59-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
59+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
6060
}
6161

6262
tasks.withType<JavaCompile> {

0 commit comments

Comments
 (0)