From 1a0e7ce0a10e2fc1fa7168ff2f3e4b5c7dccc95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:22:35 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-server-call-logging Bumps [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) from 2.3.9 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.3.9...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] --- run/ktor-hello-world/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/ktor-hello-world/build.gradle.kts b/run/ktor-hello-world/build.gradle.kts index 56e549f4..45f495dc 100644 --- a/run/ktor-hello-world/build.gradle.kts +++ b/run/ktor-hello-world/build.gradle.kts @@ -10,7 +10,7 @@ repositories { dependencies { implementation(kotlin("reflect")) implementation("io.ktor:ktor-server-core:2.3.9") - implementation("io.ktor:ktor-server-call-logging:2.3.9") + implementation("io.ktor:ktor-server-call-logging:3.0.3") implementation("io.ktor:ktor-server-default-headers:2.3.8") implementation("io.ktor:ktor-server-cio:2.3.9") runtimeOnly("ch.qos.logback:logback-classic:1.5.3")