From 31f85ff73521a0cc7bbf727958007bb7b064c10b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:41:00 +0000 Subject: [PATCH] Update dependency org.springframework:spring-webflux to v7 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'