From 12b7edcb5eeee1b82c3bbdb243491c6aa68de9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 4 Nov 2025 10:25:11 +0100 Subject: [PATCH] Start building against Spring Security 7.0.0 snapshots See gh-47832 --- 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 08bdf7c3e5e..6445021c292 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2545,7 +2545,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}") } } - library("Spring Security", "7.0.0-RC3") { + library("Spring Security", "7.0.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")