Skip to content

Commit 743df81

Browse files
committed
Upgrade dependencies
1 parent e52a356 commit 743df81

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
kotlin = "1.9.22"
3-
kotlinx-coroutines = "1.8.0"
2+
kotlin = "1.9.24"
3+
kotlinx-coroutines = "1.8.1"
44
spring-legacy = "2.7.18"
5-
spring-current = "3.2.2"
6-
spring-dependency-management = "1.1.4"
7-
kotlinter = "4.2.0"
5+
spring-current = "3.2.5"
6+
spring-dependency-management = "1.1.5"
7+
kotlinter = "4.3.0"
88
testcontainers = "1.20.1"
9-
kotest = "5.8.0"
9+
kotest = "5.9.0"
1010
kotest-spring = "1.1.3"
11-
awaitility = "4.2.0"
11+
awaitility = "4.2.1"
1212

1313
[plugins]
1414
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

0 commit comments

Comments
 (0)