From e4b1b94f094bdce477c79a79b0beaf979ac19f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:18:38 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-bom from 3.2.1 to 3.2.3 Bumps [io.ktor:ktor-bom](https://github.com/ktorio/ktor) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.2.1...3.2.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-bom dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- surf-cloud-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) }