diff --git a/build.gradle.kts b/build.gradle.kts index c73238468..11e5a3b66 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { //////////////////// // Ktor dependencvies //////////////////// - api("io.ktor:ktor-server-jetty:2.3.0") + 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-compression:2.3.4")