aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-16 11:52:22 +0200
committerGitHub <noreply@github.com>2024-04-16 11:52:22 +0200
commit1b690a6a6e918f8053fbaa8f01fa5b2f058c2815 (patch)
tree4123d680688d0e41efcc18de812b3538b9637991
parent92356e461649f260db803d5fb4f02099d452f2ed (diff)
downloadktlint-1b690a6a6e918f8053fbaa8f01fa5b2f058c2815.tar.gz
Update dependency io.github.oshai:kotlin-logging-jvm to v6.0.9 (#2634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ee5a189c..3957e678 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -20,7 +20,7 @@ kotlin-plugin-dev = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", vers
clikt = "com.github.ajalt.clikt:clikt:4.3.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.4"
+logging = "io.github.oshai:kotlin-logging-jvm:6.0.9"
slf4j = "org.slf4j:slf4j-simple:2.0.13"
poko = "dev.drewhamilton.poko:poko-gradle-plugin:0.15.2"
# Use logback-classic as the logger for kotlin-logging / slf4j as it allow changing the log level at runtime.