From e65b78c189d0759a1c3795e14b17b2df7fc8d734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 15:00:55 +0000 Subject: [PATCH] Bump io.ktor:ktor-server-default-headers from 2.2.2 to 2.2.3 Bumps [io.ktor:ktor-server-default-headers](https://github.com/ktorio/ktor) from 2.2.2 to 2.2.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.2.2...2.2.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-default-headers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 822b66cf13..dc49ec9cff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { //////////////////// api("io.ktor:ktor-server-jetty:2.2.2") api("io.ktor:ktor-server-websockets:2.2.2") - api("io.ktor:ktor-server-default-headers:2.2.2") + api("io.ktor:ktor-server-default-headers:2.2.3") api("io.ktor:ktor-server-compression:2.2.2") api("io.ktor:ktor-server-caching-headers:2.2.2") api("io.ktor:ktor-network-tls-certificates:2.2.2")