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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-07 23:56:51 -05:00
committed by GitHub
parent 2e3af25dd4
commit b58fc39cf1
+1 -1
View File
@@ -36,7 +36,7 @@ serialization-xml = { module = "io.github.pdvrieze.xmlutil:serialization-jvm", v
# Logging
slf4japi = "org.slf4j:slf4j-api:2.0.16"
logback = "ch.qos.logback:logback-classic:1.5.12"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:7.0.0"
kotlinlogging = "io.github.oshai:kotlin-logging-jvm:7.0.3"
# OkHttp
okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }