From baf802d6b0371e8d3dbeade7e3fd6af10ec44281 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 31 Jul 2025 07:21:03 +0100 Subject: [PATCH] Start building against Spring Security 7.0.0-M2 snapshots See gh-46624 --- 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 5084ae52872..d017fe8ed75 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2474,7 +2474,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "7.0.0-M1") { + library("Spring Security", "7.0.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")