Skip to content

Commit 194d9a0

Browse files
committed
Upgrade Gradle and dependencies
1 parent 2564f82 commit 194d9a0

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.26.0"
3+
checkstyle = "11.0.1"
44
jacoco = "0.8.13"
5-
junit = "5.13.2"
6-
spotbugs = "4.9.3"
5+
junit = "5.13.4"
6+
spotbugs = "4.9.6"
77

88
[plugins]
9-
cthingPublishing = { id = "org.cthing.cthing-publishing", version = "2.0.0" }
9+
cthingPublishing = { id = "org.cthing.cthing-publishing", version = "3.0.0" }
1010
cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" }
11-
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.19.0" }
12-
spotbugs = { id = "com.github.spotbugs", version = "6.2.1" }
13-
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
11+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "3.0.4" }
12+
spotbugs = { id = "com.github.spotbugs", version = "6.4.2" }
13+
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
1414

1515
[libraries]
16-
assertJ = "org.assertj:assertj-core:3.27.3"
16+
assertJ = "org.assertj:assertj-core:3.27.6"
1717
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.13.2"
21+
junitLauncher = "org.junit.platform:junit-platform-launcher:1.13.4"
2222
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
23-
mockito = "org.mockito:mockito-core:5.18.0"
24-
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.11"
23+
mockito = "org.mockito:mockito-core:5.20.0"
24+
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.14"

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

0 commit comments

Comments
 (0)