Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit d5cc078

Browse files
dependabot[bot]gesellix
authored andcommitted
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 51cd5f1 commit d5cc078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979

8080
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
8181
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.1")
82-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
82+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
8383
}
8484

8585
java {

integrationtest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
testRuntimeOnly(libs.logback)
5656
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
5757
testRuntimeOnly("net.bytebuddy:byte-buddy:1.18.1")
58-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
58+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
5959
}
6060
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)
6161

0 commit comments

Comments
 (0)