Skip to content

Commit 432735c

Browse files
fix(deps): update all non-major dependencies
1 parent 87d6aaa commit 432735c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ repositories {
77
}
88

99
dependencies {
10-
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.6.0")
10+
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.7.0")
1111
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.2")
12-
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5")
12+
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.6")
1313
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0")
1414
implementation("org.openrewrite:plugin:7.34.0")
1515
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ java {
2323
dependencies {
2424
implementation("org.jetbrains:annotations:26.1.0")
2525

26-
errorprone("com.google.errorprone:error_prone_core:2.49.0")
27-
spotbugs("com.github.spotbugs:spotbugs:4.9.8")
26+
errorprone("com.google.errorprone:error_prone_core:2.50.0")
27+
spotbugs("com.github.spotbugs:spotbugs:4.10.2")
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.2")
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.2")
1515
}
1616

1717
tasks {

0 commit comments

Comments
 (0)