From e9a24fe0c32374687cb7e06a4bf4de21aaad2eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:14:39 +0000 Subject: [PATCH] Bump io.github.oshai:kotlin-logging-jvm from 6.0.9 to 7.0.3 Bumps [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) from 6.0.9 to 7.0.3. - [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/commits) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b5797b9..d244141 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { implementation("io.ktor:ktor-server-content-negotiation:${ktorVersion}") implementation("io.ktor:ktor-serialization-kotlinx-json:${ktorVersion}") - implementation("io.github.oshai:kotlin-logging-jvm:6.0.9") + implementation("io.github.oshai:kotlin-logging-jvm:7.0.3") testImplementation("io.ktor:ktor-server-status-pages:2.3.11") testImplementation("io.ktor:ktor-server-test-host:${ktorVersion}")