diff --git a/build.gradle.kts b/build.gradle.kts index dc4b10d..361da44 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2") testImplementation("io.papermc.paper:paper-api:26.1.2.build.74-stable") testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") testImplementation("org.mockito:mockito-core:5.23.0") mockitoAgent("org.mockito:mockito-core:5.23.0") { isTransitive = false }