Skip to content

Commit 3bc6942

Browse files
build(deps): bump org.junit.platform:junit-platform-launcher
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cdd63c commit 3bc6942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverpackcreator-plugin-example/build.gradle.kts

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

4242
// Testing
4343
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.3.21")
44-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
44+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1")
4545
testImplementation("io.mockk:mockk:1.14.6")
4646
}
4747

0 commit comments

Comments
 (0)