Update dependency io.github.oshai:kotlin-logging-jvm to v7.0.7 (#1329)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-27 18:56:12 -04:00
committed by GitHub
parent 9bc9f963b7
commit 65435341f3

View File

@@ -36,7 +36,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.18"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:7.0.5"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:7.0.7"
# OkHttp
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }