diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 19034c5..c7b63aa 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.3" } +kotlin-logging = { module = "io.github.oshai:kotlin-logging", version = "6.0.4" } slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }