From dec3cdf2bf622a463548defbb0e6ab08f2e0ec7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:00:59 +0000 Subject: [PATCH] Bump io.github.microutils:kotlin-logging-jvm from 2.1.23 to 3.0.5 Bumps [io.github.microutils:kotlin-logging-jvm](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.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/2.1.23...3.0.5) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 957801f1..1106c889 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { // Logging implementation("org.slf4j:slf4j-simple:2.0.0") - implementation("io.github.microutils:kotlin-logging-jvm:2.1.23") + implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") // Standard Library implementation(kotlin("stdlib-jdk8"))