diff --git a/build.gradle.kts b/build.gradle.kts index 81be05e..1296e5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") testImplementation("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter:6.0.2") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3") } tasks.test {