From ce90d30fe0e016457eaf1ba9e470e6082e7a2216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:43:03 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging-jvm from 6.0.3 to 6.0.4 Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 6.0.3 to 6.0.4. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/6.0.3...6.0.4) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9a2919c..61059c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { // Align versions of all Kotlin components implementation(platform("org.jetbrains.kotlin:kotlin-bom")) implementation(kotlin("stdlib")) - implementation("io.github.oshai:kotlin-logging-jvm:6.0.3") + implementation("io.github.oshai:kotlin-logging-jvm:6.0.4") implementation("org.slf4j:slf4j-api:2.0.12") implementation("ch.qos.logback:logback-classic:1.5.3")