From f56d4a3ebc66777bf787ab9ffcf798ae066602d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 21:20:43 +0000 Subject: [PATCH] Bump kotlin-logging-jvm from 2.1.0 to 2.1.23 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.0 to 2.1.23. - [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) --- updated-dependencies: - dependency-name: io.github.microutils: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 dd041b2..01100cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("io.ktor:ktor-client-core:1.6.5") implementation("io.ktor:ktor-client-apache:1.6.5") - implementation("io.github.microutils:kotlin-logging-jvm:2.1.0") + implementation("io.github.microutils:kotlin-logging-jvm:2.1.23") implementation("ch.qos.logback:logback-classic:1.2.7") implementation("org.bundleproject:libversion:0.0.2")