Skip to content

Commit 1fddadb

Browse files
authored
Update dependencies versions
1 parent a594efe commit 1fddadb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[libraries]
22
assertJ = "org.assertj:assertj-core:3.26.3"
33
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"
55
#using version range to avoid suggested upgrades, 3.0.1 is last with annotations
66
jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" }
77
junit4 = "junit:junit:4.13.2"
88
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"
1111
snakeYaml = "org.yaml:snakeyaml:1.33"
12-
spring = "org.springframework:spring-core:5.3.37"
12+
spring = "org.springframework:spring-core:5.3.39"
1313
thymeleaf = "org.thymeleaf:thymeleaf:3.0.15.RELEASE"
1414

1515
[plugins]

0 commit comments

Comments
 (0)