From 7bf9725b820989b0791c014231697fc254408ec4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Feb 2025 20:45:14 +0000 Subject: [PATCH] Start building against Spring Security 6.5.0-M2 snapshots See gh-44166 --- 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 badf824135..cba3eb6b85 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2411,7 +2411,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.0-M1") { + library("Spring Security", "6.5.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [