Skip to content

Commit 4c46d53

Browse files
dependabot[bot]robertsmieja
authored andcommitted
chore(deps): bump org.junit.platform:junit-platform-launcher
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.11.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] <support@github.com>
1 parent 36b0901 commit 4c46d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("org.apache.commons:commons-collections4:4.5.0-M2")
2626
implementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
2727
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
28-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
28+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
2929
}
3030

3131
tasks.named<Test>("test") {

0 commit comments

Comments
 (0)