diff --git a/settings.gradle.kts b/settings.gradle.kts index 01f5028ce..e3e3e7e4e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -38,16 +38,16 @@ dependencyResolutionManagement { library("flyway", "org.flywaydb:flyway-core:11.1.0") library("exposed-core", "org.jetbrains.exposed:exposed-core:0.57.0") library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.57.0") - library("ktor-core", "io.ktor:ktor-server-core-jvm:3.0.2") - library("ktor-websockets", "io.ktor:ktor-server-websockets:3.0.2") - library("ktor-content-negotiation", "io.ktor:ktor-server-content-negotiation:3.0.2") - library("ktor-jackson", "io.ktor:ktor-serialization-jackson:3.0.2") - library("ktor-call-logging", "io.ktor:ktor-server-call-logging:3.0.2") - library("ktor-cors", "io.ktor:ktor-server-cors:3.0.2") - library("ktor-host-common", "io.ktor:ktor-server-host-common:3.0.2") - library("ktor-resources", "io.ktor:ktor-server-resources:3.0.2") - library("ktor-status-pages", "io.ktor:ktor-server-status-pages:3.0.2") - library("ktor-netty", "io.ktor:ktor-server-netty:3.0.2") + library("ktor-core", "io.ktor:ktor-server-core-jvm:3.0.3") + library("ktor-websockets", "io.ktor:ktor-server-websockets:3.0.3") + library("ktor-content-negotiation", "io.ktor:ktor-server-content-negotiation:3.0.3") + library("ktor-jackson", "io.ktor:ktor-serialization-jackson:3.0.3") + library("ktor-call-logging", "io.ktor:ktor-server-call-logging:3.0.3") + library("ktor-cors", "io.ktor:ktor-server-cors:3.0.3") + library("ktor-host-common", "io.ktor:ktor-server-host-common:3.0.3") + library("ktor-resources", "io.ktor:ktor-server-resources:3.0.3") + library("ktor-status-pages", "io.ktor:ktor-server-status-pages:3.0.3") + library("ktor-netty", "io.ktor:ktor-server-netty:3.0.3") library("kotest", "io.kotest:kotest-assertions-core:5.9.1") library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.11.4") library("junit-engine", "org.junit.jupiter:junit-jupiter-engine:5.11.4")