Skip to content

Commit 99239ae

Browse files
committed
Upgraded Spring Boot to 3.1.1, Spring to 6.0.10, and Jackson to 2.15.2.
1 parent f16196e commit 99239ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ assertj = "3.24.2"
44
dependency-analysis-gradle-plugin = "1.20.0"
55
equalsverifier = "3.11.1"
66
jetbrains-annotations = "23.0.0"
7-
jackson = "2.15.1"
7+
jackson = "2.15.2"
88
jackson-kogera = "2.14.2-alpha7"
99
jakarta-inject = "2.0.0"
1010
junit = "5.9.3" # Duplicated in unit-test-suite.gradle.kts.
@@ -14,8 +14,8 @@ kotlinx-datetime = "0.4.0"
1414
log4j = "2.20.0"
1515
log4j-kotlin = "1.2.0"
1616
mockk = "1.13.5"
17-
spring = "6.0.9"
18-
spring-boot = "3.0.6"
17+
spring = "6.0.10"
18+
spring-boot = "3.1.1"
1919
spring-mockk = "4.0.2"
2020
versions-gradle-plugin = "0.46.0"
2121

0 commit comments

Comments
 (0)