From abe4e0040c647a6501bcb3be16d75613a3f44a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 21:12:14 +0000 Subject: [PATCH] chore(deps): bump io.github.microutils:kotlin-logging-jvm Bumps [io.github.microutils:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 2.0.11 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.0.11...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] --- trees/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trees/build.gradle.kts b/trees/build.gradle.kts index a1cbaf8..da7b4fe 100644 --- a/trees/build.gradle.kts +++ b/trees/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { // Use the JUnit 5 integration. testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.2") - implementation("io.github.microutils:kotlin-logging-jvm:2.0.11") + implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") implementation("org.slf4j", "slf4j-simple", "2.0.0")