Skip to content

Commit 5dbfd56

Browse files
committed
Upgrade Spring Boot to 3.5.5 and Kotest to 6.0.0
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 12e2f69 commit 5dbfd56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jackson = "2.19.2"
55
java = "17"
66
jreleaser = "1.19.0"
77
junit = "5.13.4"
8-
kotest = "5.9.1"
8+
kotest = "6.0.0"
99
kotlin = "2.2.10"
1010
kotlinxCoroutines = "1.10.2"
1111
ktlint = "1.7.1"
@@ -15,7 +15,7 @@ logbackClassic = "1.5.18"
1515
mockk = "1.14.5"
1616
reactorNetty = "1.2.9"
1717
slf4j = "2.0.17"
18-
springBoot = "3.5.4"
18+
springBoot = "3.5.5"
1919

2020
[libraries]
2121
assertj-core = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }

0 commit comments

Comments
 (0)