We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11695f commit 2d68e06Copy full SHA for 2d68e06
2 files changed
shared/build.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
api("de.exlll:configlib-yaml:4.6.3")
7
compileOnly("net.pistonmaster:pistonmotd-api:5.2.7")
8
compileOnly("org.apiguardian:apiguardian-api:1.1.2")
9
- api("com.github.spotbugs:spotbugs-annotations:4.8.3")
+ api("com.github.spotbugs:spotbugs-annotations:4.9.8")
10
compileOnly("com.google.guava:guava:33.5.0-jre")
11
testImplementation("com.google.guava:guava:33.5.0-jre")
12
}
velocity/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
implementation("org.bstats:bstats-velocity:3.1.0")
13
compileOnly("com.velocitypowered:velocity-api:3.1.1")
14
- compileOnly("com.github.spotbugs:spotbugs-annotations:4.8.3")
+ compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")
15
16
17
tasks {
0 commit comments