diff --git a/build.gradle b/build.gradle index 126bd5c..3eb7475 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' - testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' }