diff --git a/build.gradle b/build.gradle index f5b48c8..fc1ad96 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { compileOnly 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3' implementation 'io.papermc:paperlib:1.0.8' - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3' testImplementation 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'