From 5839869a073a15b2a7fd8624408e211fa784d5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 May 2025 08:29:06 +0200 Subject: [PATCH] Upgrade to Spring Security 6.5.0 Closes gh-45444 --- 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 9b629387787..e61df76a512 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2397,7 +2397,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") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")