From a4d2be2faa84bdacae5ba610b257f07ec05f7ffd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:49:57 +0200 Subject: [PATCH] Update dependency io.github.oshai:kotlin-logging-jvm to v7 (#2701) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3b13b0ef51..85b24c2adc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ kotlin-plugin-dev = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", vers clikt = "com.github.ajalt.clikt:clikt:4.4.0" dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.9.20" ec4j = "org.ec4j.core:ec4j-core:0.3.0" -logging = "io.github.oshai:kotlin-logging-jvm:6.0.9" +logging = "io.github.oshai:kotlin-logging-jvm:7.0.0" slf4j = "org.slf4j:slf4j-simple:2.0.13" poko = "dev.drewhamilton.poko:poko-gradle-plugin:0.15.3" # Use logback-classic as the logger for kotlin-logging / slf4j as it allow changing the log level at runtime.