From 9e0e7d2f94c18d37c2fba8d678524765109ed7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:35:34 +0000 Subject: [PATCH] chore(deps): bump io.github.microutils:kotlin-logging Bumps [io.github.microutils:kotlin-logging](https://github.com/oshai/kotlin-logging) from 2.1.23 to 3.0.5. - [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/2.1.23...3.0.5) --- updated-dependencies: - dependency-name: io.github.microutils:kotlin-logging dependency-type: direct:production update-type: version-update:semver-major ... 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 617676b..e2f06d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ kotlin { implementation("com.github.ajalt.clikt:clikt:3.5.0") implementation("com.github.ajalt.mordant:mordant:2.0.0-beta7") implementation("com.github.andreypfau.ton-kotlin:ton-kotlin:0.2.16") - implementation("io.github.microutils:kotlin-logging:2.1.23") + implementation("io.github.microutils:kotlin-logging:3.0.5") implementation("io.insert-koin:koin-core:3.2.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0") }