From d5e492c381c0ab8b3f3e14a184c97def9ac950f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:42:20 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-server-call-logging in /kotlin Bumps [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) from 2.0.0 to 3.0.3. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.0.0...3.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-call-logging dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/build.gradle.kts b/kotlin/build.gradle.kts index 2aef368..f118607 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("io.ktor:ktor-server-netty:2.0.0") implementation("io.ktor:ktor-server-core:2.0.0") implementation("io.ktor:ktor-server-host-common:2.0.0") - implementation("io.ktor:ktor-server-call-logging:2.0.0") + implementation("io.ktor:ktor-server-call-logging:3.0.3") implementation("io.ktor:ktor-server-content-negotiation:2.0.0") implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.0")