diff --git a/build.gradle b/build.gradle index 8ad7cad..43ae37b 100644 --- a/build.gradle +++ b/build.gradle @@ -57,10 +57,10 @@ repositories { dependencies { compileOnly 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.1' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' - testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.1' + testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' testImplementation 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'