diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ad1c7cd0..298c9f7c 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.2" 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"