diff --git a/build.gradle b/build.gradle index aba253b..988f860 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' testImplementation 'io.papermc.paper:paper-api:1.21.11-pre3-R0.1-SNAPSHOT' - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' }