Skip to content

Commit 35599ed

Browse files
fix(deps): update all non-major dependencies
1 parent 4fee3cd commit 35599ed

8 files changed

Lines changed: 97 additions & 87 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ dependencies {
1515
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
1616

1717
// Gradle plugins
18-
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
19-
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.4")
20-
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
21-
implementation("io.freefair.gradle:lombok-plugin:8.14.2")
22-
implementation("org.openrewrite:plugin:7.23.0")
18+
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.2.1")
19+
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.8")
20+
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.4.0")
21+
implementation("io.freefair.gradle:lombok-plugin:8.14.4")
22+
implementation("org.openrewrite:plugin:7.35.0")
2323
}
2424

2525
java {

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ rewrite {
2222
}
2323

2424
dependencies {
25-
errorprone("com.uber.nullaway:nullaway:0.12.15")
26-
errorprone("com.google.errorprone:error_prone_core:2.38.0")
27-
spotbugs("com.github.spotbugs:spotbugs:4.9.8")
25+
errorprone("com.uber.nullaway:nullaway:0.13.7")
26+
errorprone("com.google.errorprone:error_prone_core:2.50.0")
27+
spotbugs("com.github.spotbugs:spotbugs:4.10.2")
2828

2929
// OpenRewrite recipes
30-
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.24.0")
31-
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.24.0")
32-
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.3.0")
30+
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.37.0")
31+
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.38.0")
32+
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.40.0")
3333

3434
// Immutables
35-
annotationProcessor("org.immutables:value:2.12.0")
36-
compileOnly("org.immutables:value-annotations:2.12.0")
35+
annotationProcessor("org.immutables:value:2.12.2")
36+
compileOnly("org.immutables:value-annotations:2.12.2")
3737

3838
// Common annotations
39-
compileOnly("org.jetbrains:annotations:26.0.2")
40-
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")
39+
compileOnly("org.jetbrains:annotations:26.1.0")
40+
compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2")
4141
api("org.jspecify:jspecify:1.0.0")
4242

4343
// Testing
4444
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
45-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
46-
testImplementation("org.mockito:mockito-core:5.20.0")
47-
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
45+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.4")
46+
testImplementation("org.mockito:mockito-core:5.23.0")
47+
testImplementation("org.mockito:mockito-junit-jupiter:5.23.0")
4848
}
4949

5050
java {

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
java = "25"
44

55
# Database
6-
mariadb = "3.5.6"
7-
postgresql = "42.7.4"
8-
hikaricp = "7.0.2"
6+
mariadb = "3.5.9"
7+
postgresql = "42.7.11"
8+
hikaricp = "7.1.0"
99
jedis = "5.2.0"
1010

1111
# ConfigLib
1212
configlib = "8efe7efb4062eb5625df5bef74447835785da6cc"
1313

1414
# SnakeYAML
15-
snakeyaml = "2.4"
15+
snakeyaml = "2.6"
1616

1717
# Adventure (MiniMessage)
18-
adventure = "4.25.0"
18+
adventure = "4.26.1"
1919
adventure-platform = "4.3.4"
2020

2121
# Paper API
2222
paper-api = "1.21.4-R0.1-SNAPSHOT"
2323

2424
# Velocity API
25-
velocity-api = "3.4.0-SNAPSHOT"
25+
velocity-api = "3.4.0"
2626

2727
# StrokkCommands
28-
strokkcommands = "2.0.1"
28+
strokkcommands = "2.1.4"
2929
brigadier = "1.4.0"
3030

3131
# Annotations
32-
jetbrains-annotations = "26.0.2"
33-
spotbugs-annotations = "4.9.8"
32+
jetbrains-annotations = "26.1.0"
33+
spotbugs-annotations = "4.10.2"
3434
jspecify = "1.0.0"
3535

3636
# Testing
37-
junit = "5.13.0"
38-
mockito = "5.20.0"
37+
junit = "5.14.4"
38+
mockito = "5.23.0"
3939

4040
[libraries]
4141
# Database

gradle/wrapper/gradle-wrapper.jar

-12 KB
Binary file not shown.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
#Sat Dec 27 13:08:13 CET 2025
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
4+
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
7+
validateDistributionUrl=true
58
zipStoreBase=GRADLE_USER_HOME
69
zipStorePath=wrapper/dists

gradlew

Lines changed: 34 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 28 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
}
99

1010
plugins {
11-
id("com.gradle.develocity") version "4.3"
11+
id("com.gradle.develocity") version "4.4.3"
1212
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1313
}
1414

0 commit comments

Comments
 (0)