From 7200e9e7f59fb6fd6f754b5d9da23678dd0ceca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 13:06:18 +0000 Subject: [PATCH] :arrow_up: Bump kotlin-logging-jvm from 2.1.21 to 3.0.2 Bumps [kotlin-logging-jvm](https://github.com/MicroUtils/kotlin-logging) from 2.1.21 to 3.0.2. - [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-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ab312a..d2fb371 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.xenomachina:kotlin-argparser:2.0.7' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1' - implementation 'io.github.microutils:kotlin-logging-jvm:2.1.21' + implementation 'io.github.microutils:kotlin-logging-jvm:3.0.2' implementation 'ch.qos.logback:logback-classic:1.2.11' implementation 'xyz.poeschl:Kixelflut:2.0.1' }