Skip to content

Commit fdc8f16

Browse files
fix(deps): update all non-major dependencies to v4.10.1
1 parent 87d6aaa commit fdc8f16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation("org.jetbrains:annotations:26.1.0")
2525

2626
errorprone("com.google.errorprone:error_prone_core:2.49.0")
27-
spotbugs("com.github.spotbugs:spotbugs:4.9.8")
27+
spotbugs("com.github.spotbugs:spotbugs:4.10.1")
2828
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.36.0")
2929
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.36.0")
3030
rewrite("org.openrewrite.recipe:rewrite-rewrite:0.26.0")

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.8.1")
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.9.8")
9+
api("com.github.spotbugs:spotbugs-annotations:4.10.1")
1010
compileOnly("com.google.guava:guava:33.6.0-jre")
1111
testImplementation("com.google.guava:guava:33.6.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.2.1")
1212

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

1717
tasks {

0 commit comments

Comments
 (0)