Skip to content

Commit 0e1435c

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.22.0"
4-
jackson = "2.18.3"
5-
jacoco = "0.8.12"
6-
junit = "5.12.1"
3+
checkstyle = "10.26.0"
4+
jackson = "2.19.1"
5+
jacoco = "0.8.13"
6+
junit = "5.13.2"
77
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.13.3" }
13-
spotbugs = { id = "com.github.spotbugs", version = "6.1.7" }
12+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.19.0" }
13+
spotbugs = { id = "com.github.spotbugs", version = "6.2.1" }
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.12.1"
26+
junitLauncher = "org.junit.platform:junit-platform-launcher:1.13.2"
2727
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
28-
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9"
28+
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.11"

0 commit comments

Comments
 (0)