diff --git a/build.gradle.kts b/build.gradle.kts index 272588085..ddd30279d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { //////////////////// api("io.ktor:ktor-server-jetty:2.3.5") api("io.ktor:ktor-server-websockets:2.3.0") - api("io.ktor:ktor-server-default-headers:2.3.3") + api("io.ktor:ktor-server-default-headers:2.3.5") api("io.ktor:ktor-server-compression:2.3.4") api("io.ktor:ktor-server-caching-headers:2.3.5") api("io.ktor:ktor-network-tls-certificates:2.3.5")