Skip to content

Commit 53e2d55

Browse files
committed
Upgrade Gradle and dependencies
1 parent f99c913 commit 53e2d55

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,15 +1,15 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.21.2"
3+
checkstyle = "10.22.0"
44
jacoco = "0.8.12"
5-
junit = "5.11.4"
6-
spotbugs = "4.9.0"
5+
junit = "5.12.1"
6+
spotbugs = "4.9.3"
77

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

1515
[libraries]
@@ -18,7 +18,7 @@ cthingAnnots = "org.cthing:cthing-annotations:2.0.0"
1818
jspecify = "org.jspecify:jspecify:1.0.0"
1919
junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
2020
junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
21-
junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.4"
21+
junitLauncher = "org.junit.platform:junit-platform-launcher:1.12.1"
2222
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
23-
mockito = "org.mockito:mockito-core:5.15.2"
23+
mockito = "org.mockito:mockito-core:5.16.1"
2424
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)