From 92a60903c594622f36c4724df4fff444c6e9243d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:48:59 -0600 Subject: [PATCH] Bump io.ktor:ktor-server-caching-headers from 2.3.5 to 2.3.7 (#577) Bumps [io.ktor:ktor-server-caching-headers](https://github.com/ktorio/ktor) from 2.3.5 to 2.3.7. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.5...2.3.7) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-caching-headers 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> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 76a1c96dd..1af2f54ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { api("io.ktor:ktor-server-websockets:2.3.0") api("io.ktor:ktor-server-default-headers:2.3.7") api("io.ktor:ktor-server-compression:2.3.5") - api("io.ktor:ktor-server-caching-headers:2.3.5") + api("io.ktor:ktor-server-caching-headers:2.3.7") api("io.ktor:ktor-network-tls-certificates:2.3.5") api("io.mola.galimatias:galimatias:0.2.1")