|
1 | 1 | [versions] |
2 | 2 | java = "17" |
3 | | -checkstyle = "10.20.2" |
| 3 | +checkstyle = "10.21.2" |
4 | 4 | jackson = "2.18.2" |
5 | 5 | jacoco = "0.8.12" |
6 | | -junit = "5.11.3" |
7 | | -spotbugs = "4.8.6" |
| 6 | +junit = "5.11.4" |
| 7 | +spotbugs = "4.9.0" |
8 | 8 |
|
9 | 9 | [plugins] |
10 | 10 | cthingPublishing = { id = "org.cthing.cthing-publishing", version = "1.0.0" } |
11 | 11 | cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" } |
12 | | -dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.6.0" } |
13 | | -spotbugs = { id = "com.github.spotbugs", version = "6.0.26" } |
14 | | -versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } |
| 12 | +dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.8.0" } |
| 13 | +spotbugs = { id = "com.github.spotbugs", version = "6.1.3" } |
| 14 | +versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } |
15 | 15 |
|
16 | 16 | [libraries] |
17 | 17 | apiGuardian = "org.apiguardian:apiguardian-api:1.1.2" |
18 | | -assertJ = "org.assertj:assertj-core:3.26.3" |
| 18 | +assertJ = "org.assertj:assertj-core:3.27.3" |
19 | 19 | cthingAnnots = "org.cthing:cthing-annotations:2.0.0" |
20 | 20 | escapers = "org.cthing:escapers:2.0.0" |
21 | 21 | jacksonCore = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" } |
22 | 22 | jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } |
23 | 23 | jspecify = "org.jspecify:jspecify:1.0.0" |
24 | 24 | junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } |
25 | 25 | junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
26 | | -junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.3" |
| 26 | +junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.4" |
27 | 27 | junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } |
28 | | -spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.8" |
| 28 | +spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9" |
0 commit comments