File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[libraries ]
2
2
assertJ = " org.assertj:assertj-core:3.26.3"
3
3
commonsLogging = " commons-logging:commons-logging:1.2"
4
- jackson = " com.fasterxml.jackson.core:jackson-databind:2.17.2 "
4
+ jackson = " com.fasterxml.jackson.core:jackson-databind:2.18.0 "
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
8
logback = " ch.qos.logback:logback-classic:1.4.14"
9
- reactorBom = " io.projectreactor:reactor-bom:2020.0.46 "
10
- slf4jApi = " org.slf4j:slf4j-api:2.0.13 "
9
+ reactorBom = " io.projectreactor:reactor-bom:2020.0.47 "
10
+ slf4jApi = " org.slf4j:slf4j-api:2.0.16 "
11
11
snakeYaml = " org.yaml:snakeyaml:1.33"
12
- spring = " org.springframework:spring-core:5.3.37 "
12
+ spring = " org.springframework:spring-core:5.3.39 "
13
13
thymeleaf = " org.thymeleaf:thymeleaf:3.0.15.RELEASE"
14
14
15
15
[plugins ]
You can’t perform that action at this time.
0 commit comments