Skip to content

Commit 2d68e06

Browse files
fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.9.8
1 parent e11695f commit 2d68e06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api("de.exlll:configlib-yaml:4.6.3")
77
compileOnly("net.pistonmaster:pistonmotd-api:5.2.7")
88
compileOnly("org.apiguardian:apiguardian-api:1.1.2")
9-
api("com.github.spotbugs:spotbugs-annotations:4.8.3")
9+
api("com.github.spotbugs:spotbugs-annotations:4.9.8")
1010
compileOnly("com.google.guava:guava:33.5.0-jre")
1111
testImplementation("com.google.guava:guava:33.5.0-jre")
1212
}

velocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation("org.bstats:bstats-velocity:3.1.0")
1212

1313
compileOnly("com.velocitypowered:velocity-api:3.1.1")
14-
compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.3")
14+
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")
1515
}
1616

1717
tasks {

0 commit comments

Comments
 (0)