Skip to content

Commit 543f776

Browse files
committed
Upgrade Gradle and dependencies
1 parent 41f561b commit 543f776

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.22.0"
4-
jacoco = "0.8.12"
5-
junit = "5.12.1"
3+
checkstyle = "10.26.0"
4+
jacoco = "0.8.13"
5+
junit = "5.13.2"
66
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.13.3" }
12-
spotbugs = { id = "com.github.spotbugs", version = "6.1.7" }
11+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.19.0" }
12+
spotbugs = { id = "com.github.spotbugs", version = "6.2.1" }
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.12.1"
21+
junitLauncher = "org.junit.platform:junit-platform-launcher:1.13.2"
2222
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
23-
mockito = "org.mockito:mockito-core:5.16.1"
24-
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9"
23+
mockito = "org.mockito:mockito-core:5.18.0"
24+
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.11"

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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)