diff --git a/build.gradle b/build.gradle index 8222161faf..5bbd0e0f9d 100644 --- a/build.gradle +++ b/build.gradle @@ -423,7 +423,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis' - implementation group: 'org.springframework', name: 'spring-webflux', version: '6.2.19' + implementation group: 'org.springframework', name: 'spring-webflux', version: '7.0.8' implementation group: 'org.springframework.security', name: 'spring-security-oauth2-authorization-server', version: '1.5.8'