Skip to content

Commit 84e32d1

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] <support@github.com>
1 parent 1d56582 commit 84e32d1

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.17.7")
82-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
82+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
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.17.7")
58-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
58+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
5959
}
6060
tasks.check.get().shouldRunAfter(project(":engine").tasks.check)
6161

0 commit comments

Comments
 (0)