From 3ff190a8a2e43961e44ae45eff9b80504f5443c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 18:18:40 +0000 Subject: [PATCH] Bump kotlin-logging from 2.1.23 to 3.0.0 Bumps [kotlin-logging](https://github.com/MicroUtils/kotlin-logging) from 2.1.23 to 3.0.0. - [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/compare/2.1.23...3.0.0) --- 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 fefe2910..8cb9d66d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.10") implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.10") - implementation("io.github.microutils:kotlin-logging:2.1.23") + implementation("io.github.microutils:kotlin-logging:3.0.0") implementation("org.slf4j:slf4j-api:2.0.3") testRuntimeOnly("ch.qos.logback:logback-classic:1.3.1")