From 6b2898517e198103c36c1a133650d1b48ce9f681 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:58:29 +0000 Subject: [PATCH] Update spring core to v6.2.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ad1c7cd0..f42749ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -80,7 +80,7 @@ apollo-execution-reporting = { module = "com.apollographql.execution:apollo-exec apollo-execution-gradle-plugin = { module = "com.apollographql.execution:apollo-execution-gradle-plugin", version.ref = "apollo-kotlin-execution" } 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.1.14" +spring-webflux = "org.springframework:spring-webflux:6.2.1" 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"