From 49e5d5bc5b448608e118639dab0fd768828dd0a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Mar 2026 21:09:04 +0100 Subject: [PATCH 1/2] Upgrade to Spring Security 7.0.4 Closes gh-49530 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index dc01191deae..0ac1d461177 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2570,7 +2570,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.0.4-SNAPSHOT") { + library("Spring Security", "7.0.4") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom") From d04c42d315dda46450ae359e5c3c49a8dd0f49ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 16 Mar 2026 21:10:33 +0100 Subject: [PATCH 2/2] Upgrade to Spring Security 6.5.9 Closes gh-49527 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4d835c734dc..3339629161b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2452,7 +2452,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.9-SNAPSHOT") { + library("Spring Security", "6.5.9") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")