Skip to content

Commit b95fdfe

Browse files
fix(deps): update all non-major dependencies
1 parent 026a517 commit b95fdfe

8 files changed

Lines changed: 90 additions & 80 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.4")
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.32.2")
2323
}
2424

2525
java {

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

Lines changed: 11 additions & 11 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")
25+
errorprone("com.uber.nullaway:nullaway:0.13.4")
26+
errorprone("com.google.errorprone:error_prone_core:2.49.0")
2727
spotbugs("com.github.spotbugs:spotbugs:4.9.8")
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.34.1")
31+
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.34.1")
32+
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks:3.35.3")
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.1")
36+
compileOnly("org.immutables:value-annotations:2.12.1")
3737

3838
// Common annotations
39-
compileOnly("org.jetbrains:annotations:26.0.2")
39+
compileOnly("org.jetbrains:annotations:26.1.0")
4040
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")
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: 10 additions & 10 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"
6+
mariadb = "3.5.8"
7+
postgresql = "42.7.11"
88
hikaricp = "7.0.2"
99
jedis = "5.2.0"
1010

1111
# ConfigLib
12-
configlib = "4.8.0"
12+
configlib = "4.8.1"
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.3"
2929
brigadier = "1.4.0"
3030

3131
# Annotations
32-
jetbrains-annotations = "26.0.2"
32+
jetbrains-annotations = "26.1.0"
3333
spotbugs-annotations = "4.9.8"
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.5.0-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: 32 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 26 additions & 33 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.1"
1212
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
1313
}
1414

0 commit comments

Comments
 (0)