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