Skip to content

Commit 89d35ef

Browse files
committed
Upgrade Gradle and dependencies
1 parent ee8f129 commit 89d35ef

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.21.2"
4-
jackson = "2.18.2"
3+
checkstyle = "10.22.0"
4+
jackson = "2.18.3"
55
jacoco = "0.8.12"
6-
junit = "5.11.4"
7-
spotbugs = "4.9.0"
6+
junit = "5.12.1"
7+
spotbugs = "4.9.3"
88

99
[plugins]
1010
cthingPublishing = { id = "org.cthing.cthing-publishing", version = "2.0.0" }
1111
cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" }
12-
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.8.0" }
13-
spotbugs = { id = "com.github.spotbugs", version = "6.1.3" }
12+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.13.3" }
13+
spotbugs = { id = "com.github.spotbugs", version = "6.1.7" }
1414
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
1515

1616
[libraries]
@@ -23,6 +23,6 @@ jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", vers
2323
jspecify = "org.jspecify:jspecify:1.0.0"
2424
junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
2525
junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
26-
junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.4"
26+
junitLauncher = "org.junit.platform:junit-platform-launcher:1.12.1"
2727
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
2828
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)