From 64facf2e86d2a30763fd1d20b3ac361569a4461c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 16:28:22 +0000 Subject: [PATCH] Bump kotlin-logging from 2.1.20 to 2.1.21 Bumps [kotlin-logging](https://github.com/MicroUtils/kotlin-logging) from 2.1.20 to 2.1.21. - [Release notes](https://github.com/MicroUtils/kotlin-logging/releases) - [Changelog](https://github.com/MicroUtils/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/MicroUtils/kotlin-logging/commits/2.1.21) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging 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 6fc8cf1f..4d30fedb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib") implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("io.github.microutils:kotlin-logging:2.1.20") + implementation("io.github.microutils:kotlin-logging:2.1.21") implementation("org.slf4j:slf4j-api") testRuntimeOnly("ch.qos.logback:logback-classic:1.2.10")