From 48a864e07aefefc5dd19ee0731775bd8afb586ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:39:26 +0000 Subject: [PATCH] fix(deps): update dependency io.github.oshai:kotlin-logging to v7.0.3 --- 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 a561562..3fe722f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ assertj-core = { module = "org.assertj:assertj-core", version = "3.26.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.11.3" } -kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.0" } +kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.3" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }