diff --git a/build.gradle.kts b/build.gradle.kts index e7b11ff5..263bf4bb 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,8 +53,8 @@ allprojects { testImplementation("org.jetbrains", "annotations", "24.1.0") testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT") - testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.10.1") - testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.1") + testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.0") + testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.0") testImplementation("org.mockito", "mockito-core", "5.12.0") testImplementation("com.github.seeseemelk", "MockBukkit-v1.19", "2.145.0") }