From e18d387953671436949ffe07cea897de1ff30d36 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Feb 2025 17:53:49 +0000 Subject: [PATCH] Upgrade to Spring Security 6.5.0-M2 Closes 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 4cc23f4922..63c37cda5f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2408,7 +2408,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.0-SNAPSHOT") { + library("Spring Security", "6.5.0-M2") { considerSnapshots() group("org.springframework.security") { imports = [