From 2ea7fd6d2688b862a41957692d1f5f53859420cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:00:57 -0600 Subject: [PATCH] Bump io.ktor:ktor-server-caching-headers from 2.2.2 to 2.2.3 (#433) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Clarke --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4539e9abec..e1ad3bb4a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { api("io.ktor:ktor-server-websockets:2.2.2") api("io.ktor:ktor-server-default-headers:2.2.2") api("io.ktor:ktor-server-compression:2.2.2") - api("io.ktor:ktor-server-caching-headers:2.2.2") + api("io.ktor:ktor-server-caching-headers:2.2.3") api("io.ktor:ktor-network-tls-certificates:2.2.2") api("io.mola.galimatias:galimatias:0.2.1")