From f60b2bea101d756030bd5e1ea03c51c04da1ba0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:23:17 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-server-cio in /run/ktor-hello-world Bumps [io.ktor:ktor-server-cio](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-cio 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..4280443d 100644 --- a/run/ktor-hello-world/build.gradle.kts +++ b/run/ktor-hello-world/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("io.ktor:ktor-server-core:2.3.9") implementation("io.ktor:ktor-server-call-logging:2.3.9") implementation("io.ktor:ktor-server-default-headers:2.3.8") - implementation("io.ktor:ktor-server-cio:2.3.9") + implementation("io.ktor:ktor-server-cio:3.0.3") runtimeOnly("ch.qos.logback:logback-classic:1.5.3") }