From eab2612da35d938037f67831f1e5970225badc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:09:50 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging-jvm in /meeting-ktor Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 5.1.0 to 6.0.1. - [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/5.1.0...6.0.1) --- updated-dependencies: - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- meeting-ktor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meeting-ktor/build.gradle.kts b/meeting-ktor/build.gradle.kts index 5a74d97..4eaf0b3 100644 --- a/meeting-ktor/build.gradle.kts +++ b/meeting-ktor/build.gradle.kts @@ -58,7 +58,7 @@ dependencies { implementation("io.ktor:ktor-server-default-headers-jvm:$ktor_version") testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version") testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version") - implementation("io.github.oshai:kotlin-logging-jvm:5.1.0") + implementation("io.github.oshai:kotlin-logging-jvm:6.0.1") implementation("ch.qos.logback:logback-classic:$logback_version") implementation("io.ktor:ktor-server-cio-jvm:$ktor_version") }