Update to slf4j 2.0.18 and kotlinLogging 8.0.03

This commit is contained in:
Abe Pazos
2026-05-24 11:02:03 +02:00
parent d8276c3135
commit 746c9fb5f8

View File

@@ -9,13 +9,13 @@ orx = "0.5.0-alpha4"
orsl = "0.4.5-alpha5" orsl = "0.4.5-alpha5"
orml = "0.4.1" orml = "0.4.1"
slf4j = "2.0.17" slf4j = "2.0.18"
log4j = "2.23.1" log4j = "2.23.1"
jackson = "2.17.2" jackson = "2.17.2"
junit = "4.13.2" junit = "4.13.2"
kotlinxCoroutines = "1.11.0" kotlinxCoroutines = "1.11.0"
kotlinxSerialization = "1.11.0" kotlinxSerialization = "1.11.0"
kotlinLogging = "8.0.02" kotlinLogging = "8.0.03"
kotlinCsvJvm = "1.9.3" kotlinCsvJvm = "1.9.3"
jsoup = "1.17.1" jsoup = "1.17.1"
shadow = "9.4.0" shadow = "9.4.0"