|
1 | 1 | [versions] |
2 | 2 | java = "17" |
3 | | -checkstyle = "10.26.0" |
4 | | -jackson = "2.19.1" |
| 3 | +checkstyle = "11.0.1" |
| 4 | +jackson = "2.20.0" |
5 | 5 | jacoco = "0.8.13" |
6 | | -junit = "5.13.2" |
7 | | -spotbugs = "4.9.3" |
| 6 | +junit = "5.13.4" |
| 7 | +spotbugs = "4.9.6" |
8 | 8 |
|
9 | 9 | [plugins] |
10 | | -cthingPublishing = { id = "org.cthing.cthing-publishing", version = "2.0.0" } |
| 10 | +cthingPublishing = { id = "org.cthing.cthing-publishing", version = "3.0.0" } |
11 | 11 | cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" } |
12 | | -dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.19.0" } |
13 | | -spotbugs = { id = "com.github.spotbugs", version = "6.2.1" } |
14 | | -versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } |
| 12 | +dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "3.0.4" } |
| 13 | +spotbugs = { id = "com.github.spotbugs", version = "6.4.2" } |
| 14 | +versions = { id = "com.github.ben-manes.versions", version = "0.53.0" } |
15 | 15 |
|
16 | 16 | [libraries] |
17 | 17 | apiGuardian = "org.apiguardian:apiguardian-api:1.1.2" |
18 | | -assertJ = "org.assertj:assertj-core:3.27.3" |
| 18 | +assertJ = "org.assertj:assertj-core:3.27.6" |
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.13.2" |
| 26 | +junitLauncher = "org.junit.platform:junit-platform-launcher:1.13.4" |
27 | 27 | junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } |
28 | | -spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.11" |
| 28 | +spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.14" |
0 commit comments