|
1 | 1 | [versions] |
2 | 2 | java = "17" |
3 | | -checkstyle = "10.26.0" |
| 3 | +checkstyle = "11.0.1" |
4 | 4 | jacoco = "0.8.13" |
5 | | -junit = "5.13.2" |
6 | | -spotbugs = "4.9.3" |
| 5 | +junit = "5.13.4" |
| 6 | +spotbugs = "4.9.6" |
7 | 7 |
|
8 | 8 | [plugins] |
9 | | -cthingPublishing = { id = "org.cthing.cthing-publishing", version = "2.0.0" } |
| 9 | +cthingPublishing = { id = "org.cthing.cthing-publishing", version = "3.0.0" } |
10 | 10 | 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" } |
14 | 14 |
|
15 | 15 | [libraries] |
16 | | -assertJ = "org.assertj:assertj-core:3.27.3" |
| 16 | +assertJ = "org.assertj:assertj-core:3.27.6" |
17 | 17 | cthingAnnots = "org.cthing:cthing-annotations:2.0.0" |
18 | 18 | jspecify = "org.jspecify:jspecify:1.0.0" |
19 | 19 | junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } |
20 | 20 | 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" |
22 | 22 | 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" |
0 commit comments