File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ repositories {
77}
88
99dependencies {
10- implementation(" com.diffplug.spotless:spotless-plugin-gradle:8.6 .0" )
11- implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.4.2 " )
12- implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5 " )
10+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:8.8 .0" )
11+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:9.4.3 " )
12+ implementation(" com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.8 " )
1313 implementation(" net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0" )
14- implementation(" org.openrewrite:plugin:7.34 .0" )
14+ implementation(" org.openrewrite:plugin:7.35 .0" )
1515}
1616
1717java {
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ java {
2323dependencies {
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 " )
28- rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.36 .0" )
29- rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.36 .0" )
30- rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.26.0 " )
26+ errorprone(" com.google.errorprone:error_prone_core:2.50 .0" )
27+ spotbugs(" com.github.spotbugs:spotbugs:4.10.2 " )
28+ rewrite(" org.openrewrite.recipe:rewrite-static-analysis:2.37 .0" )
29+ rewrite(" org.openrewrite.recipe:rewrite-migrate-java:3.38 .0" )
30+ rewrite(" org.openrewrite.recipe:rewrite-rewrite:0.26.1 " )
3131
3232 compileOnly(" org.projectlombok:lombok:1.18.46" )
3333 annotationProcessor(" org.projectlombok:lombok:1.18.46" )
3434
3535 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
36- testImplementation(" org.junit.jupiter:junit-jupiter:6.1.0 " )
36+ testImplementation(" org.junit.jupiter:junit-jupiter:6.1.1 " )
3737 testImplementation(" org.mockito:mockito-core:5.23.0" )
3838 testImplementation(" org.mockito:mockito-junit-jupiter:5.23.0" )
3939}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.5 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.6 .1-bin.zip
44networkTimeout =10000
55retries =0
66retryBackOffMs =500
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
1717tasks {
You can’t perform that action at this time.
0 commit comments