diff --git a/build.gradle b/build.gradle index 07a3e56..9383164 100644 --- a/build.gradle +++ b/build.gradle @@ -42,8 +42,8 @@ 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:6.1.2' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.2' testRuntimeOnly 'org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT' testRuntimeOnly 'io.netty:netty-all:4.2.16.Final'