We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52a356 commit 743df81Copy full SHA for 743df81
gradle/libs.versions.toml
@@ -1,14 +1,14 @@
1
[versions]
2
-kotlin = "1.9.22"
3
-kotlinx-coroutines = "1.8.0"
+kotlin = "1.9.24"
+kotlinx-coroutines = "1.8.1"
4
spring-legacy = "2.7.18"
5
-spring-current = "3.2.2"
6
-spring-dependency-management = "1.1.4"
7
-kotlinter = "4.2.0"
+spring-current = "3.2.5"
+spring-dependency-management = "1.1.5"
+kotlinter = "4.3.0"
8
testcontainers = "1.20.1"
9
-kotest = "5.8.0"
+kotest = "5.9.0"
10
kotest-spring = "1.1.3"
11
-awaitility = "4.2.0"
+awaitility = "4.2.1"
12
13
[plugins]
14
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
0 commit comments