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 9b3fc2b commit 23a6838Copy full SHA for 23a6838
gradle/libs.versions.toml
@@ -9,9 +9,11 @@ jakarta-inject = "2.0.1"
9
junit = "5.11.0"
10
jvm-dependency-conflict-resolution = "2.1.2"
11
kotlin = "2.0.10"
12
-kotlinx-coroutines = "1.8.1"
+kotlinx-coroutines = "1.9.0"
13
kotlinx-datetime = "0.6.1"
14
-log4j = "2.24.0"
+# Getting warnings with Log4J 2.24.0:
15
+# https://github.com/apache/logging-log4j2/issues/2933.
16
+log4j = "2.23.1"
17
log4j-kotlin = "1.5.0"
18
mockk = "1.13.12"
19
spring = "6.1.13"
0 commit comments