From 6f7e7b7e05992fe0405efb77edfc7faddb64a41a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2026 20:46:59 +0100 Subject: [PATCH] Upgrade to Spring Security 7.0.6 Closes gh-50548 --- 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 517d383f1b6..4c5fff1b2e2 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.6-SNAPSHOT") { + library("Spring Security", "7.0.6") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")