Update dependency io.github.oshai:kotlin-logging-jvm to v8 (#1913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-20 20:09:45 -05:00
committed by GitHub
parent f977d181a8
commit 489ffa1679
+1 -1
View File
@@ -39,7 +39,7 @@ serialization-xml = { module = "io.github.pdvrieze.xmlutil:serialization-jvm", v
# Logging
slf4japi = "org.slf4j:slf4j-api:2.0.17"
logback = "ch.qos.logback:logback-classic:1.5.32"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:7.0.14"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:8.0.01"
# OkHttp
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }