diff --git a/surf-cloud-bom/build.gradle.kts b/surf-cloud-bom/build.gradle.kts index 5f1ffdf2..a637a6be 100644 --- a/surf-cloud-bom/build.gradle.kts +++ b/surf-cloud-bom/build.gradle.kts @@ -11,7 +11,7 @@ javaPlatform { dependencies { api(platform("org.springframework.boot:spring-boot-dependencies:3.5.4")) - api(platform("io.ktor:ktor-bom:3.2.1")) + api(platform("io.ktor:ktor-bom:3.2.3")) api(platform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:2025.8.10")) }