From 718ed210a0f804760665356d0a6aa6c7f74b9841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 21:04:20 +0000 Subject: [PATCH] fix(deps): update dependency io.github.oshai:kotlin-logging to v6.0.9 --- 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 1c85362..4acbe6f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ assertj-core = { module = "org.assertj:assertj-core", version = "3.25.3" } junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.10.2" } -kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "6.0.4" } +kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "6.0.9" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }