From 29631244aaa0b0838dfa368f86fdba401c6c0bcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:27:09 +0000 Subject: [PATCH] fix(deps): update spring core to v6.2.11 --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 82f91bc12..93b493ec0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -93,7 +93,7 @@ permissions-notifications = { module = "dev.icerock.moko:permissions-notificatio permissions = { module = "dev.icerock.moko:permissions", version.ref = "permissions" } spring-boot = { module = "org.springframework.boot:spring-boot", version.ref = "spring" } spring-boot-starter-logging = { module = "org.springframework.boot:spring-boot-starter-logging", version.ref = "spring" } -spring-webflux = "org.springframework:spring-webflux:6.2.5" +spring-webflux = "org.springframework:spring-webflux:6.2.11" spring-boot-autoconfigure = { module = "org.springframework.boot:spring-boot-autoconfigure", version.ref = "spring" } spring-boot-starter-webflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "spring" } ktor-server-netty = "io.ktor:ktor-server-netty:2.3.13" @@ -201,7 +201,7 @@ roborazzi-gradle-plugin = { module = "io.github.takahirom.roborazzi:roborazzi-gr scrimage-core = "com.sksamuel.scrimage:scrimage-core:4.3.2" scrimage-filters = "com.sksamuel.scrimage:scrimage-filters:4.3.2" snakeyaml = "org.yaml:snakeyaml:2.3" -spring-web = "org.springframework:spring-web:6.1.14" +spring-web = "org.springframework:spring-web:6.2.11" stately-common = "co.touchlab:stately-common:2.1.0" okio = { module = "com.squareup.okio:okio", version.ref = "okio" }