From a7e4f63e921f087d1cd852e7486b976ef9a2980b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:26:47 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-server-host-common in /kotlin Bumps [io.ktor:ktor-server-host-common](https://github.com/ktorio/ktor) from 2.0.0 to 3.1.1. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/commits) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-host-common 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 5d41937..22aaa04 100644 --- a/kotlin/build.gradle.kts +++ b/kotlin/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { // Ktor server 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-host-common:3.1.1") implementation("io.ktor:ktor-server-call-logging:2.0.0") implementation("io.ktor:ktor-server-content-negotiation:2.0.0") implementation("io.ktor:ktor-serialization-kotlinx-json:2.0.0")