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