|
1 | 1 | [libraries] |
2 | | -assertJ = "org.assertj:assertj-core:3.26.3" |
3 | | -commonsLogging = "commons-logging:commons-logging:1.2" |
4 | | -jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.1" |
| 2 | +assertJ = "org.assertj:assertj-core:3.27.2" |
| 3 | +commonsLogging = "commons-logging:commons-logging:1.3.4" |
| 4 | +jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.2" |
5 | 5 | #using version range to avoid suggested upgrades, 3.0.1 is last with annotations |
6 | 6 | jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" } |
7 | 7 | junit4 = "junit:junit:4.13.2" |
8 | | -logback = "ch.qos.logback:logback-classic:1.4.14" |
| 8 | +logback = "ch.qos.logback:logback-classic:1.5.16" |
9 | 9 | reactorBom = "io.projectreactor:reactor-bom:2024.0.1" |
10 | 10 | slf4jApi = "org.slf4j:slf4j-api:2.0.16" |
11 | 11 | snakeYaml = "org.yaml:snakeyaml:1.33" |
12 | 12 | spring = "org.springframework:spring-core:5.3.39" |
13 | | -thymeleaf = "org.thymeleaf:thymeleaf:3.0.15.RELEASE" |
| 13 | +thymeleaf = "org.thymeleaf:thymeleaf:3.1.3.RELEASE" |
14 | 14 |
|
15 | 15 | [plugins] |
16 | | -sass = { id = "io.miret.etienne.sass", version = "1.4.1" } |
| 16 | +sass = { id = "io.miret.etienne.sass", version = "1.5.1" } |
17 | 17 | shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } |
18 | | -spotless = { id = "com.diffplug.spotless", version = "6.13.0" } |
| 18 | +spotless = { id = "com.diffplug.spotless", version = "6.25.0" } |
0 commit comments