diff --git a/serverpackcreator-plugin-example/build.gradle.kts b/serverpackcreator-plugin-example/build.gradle.kts index 5bbf88c90..0f5b7c57f 100644 --- a/serverpackcreator-plugin-example/build.gradle.kts +++ b/serverpackcreator-plugin-example/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { // Testing testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.3.21") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1") testImplementation("io.mockk:mockk:1.14.6") }