From 7d68b2fbbcc3d6ed86d21678d4e907b472ff17a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 02:53:26 +0000 Subject: [PATCH] build(deps): bump io.github.microutils:kotlin-logging Bumps [io.github.microutils:kotlin-logging](https://github.com/oshai/kotlin-logging) from 3.0.2 to 3.0.5. - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog.md) - [Commits](https://github.com/oshai/kotlin-logging/commits/3.0.5) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scalabot-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index fda8a14..109bce0 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation(project(":scalabot-extension")) implementation("org.slf4j:slf4j-api:2.0.3") - implementation("io.github.microutils:kotlin-logging:3.0.2") + implementation("io.github.microutils:kotlin-logging:3.0.5") implementation("ch.qos.logback:logback-classic:1.4.4") val aetherVersion = "1.1.0"