diff --git a/build.gradle b/build.gradle index 50281af..554cdd9 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { // Tests testImplementation 'com.github.seeseemelk:MockBukkit-v1.18:2.85.2' testImplementation 'org.junit.jupiter:junit-jupiter:6.1.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' testRuntimeOnly 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT' testRuntimeOnly 'io.netty:netty-all:4.2.15.Final'