Skip to content

Commit 23a6838

Browse files
committed
Downgraded Log4J to 2.23.1 for apache/logging-log4j2#2933.
1 parent 9b3fc2b commit 23a6838

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jakarta-inject = "2.0.1"
99
junit = "5.11.0"
1010
jvm-dependency-conflict-resolution = "2.1.2"
1111
kotlin = "2.0.10"
12-
kotlinx-coroutines = "1.8.1"
12+
kotlinx-coroutines = "1.9.0"
1313
kotlinx-datetime = "0.6.1"
14-
log4j = "2.24.0"
14+
# Getting warnings with Log4J 2.24.0:
15+
# https://github.com/apache/logging-log4j2/issues/2933.
16+
log4j = "2.23.1"
1517
log4j-kotlin = "1.5.0"
1618
mockk = "1.13.12"
1719
spring = "6.1.13"

0 commit comments

Comments
 (0)