deps: bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.4 #17

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/main/com.github.spotbugs-spotbugs-annotations-4.9.4 into main
+2 -2
View File
@@ -71,13 +71,13 @@ repositories {
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.4'
implementation 'io.papermc:paperlib:1.0.8'
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.9'
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.15'
compileOnly 'me.clip:placeholderapi:2.11.6'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.4'
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'