From 3b84b2455a33e85f7ad8a9cf4b3f12ef20206407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:01:13 -0600 Subject: [PATCH] chore(deps): bump io.ktor:ktor-server-core in /run/ktor-hello-world (#1004) Bumps [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) from 2.3.8 to 2.3.9. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.8...2.3.9) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9d4fd4e4..dc14d5ed 100644 --- a/run/ktor-hello-world/build.gradle.kts +++ b/run/ktor-hello-world/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { implementation(kotlin("reflect")) - implementation("io.ktor:ktor-server-core:2.3.8") + 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")