From 8e3fa0eced605959a3dc9d0cfd08df1909ac04fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Aug 2025 20:40:37 +0200 Subject: [PATCH] Upgrade to Spring Security 6.4.9 Closes gh-46697 --- 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 15ee0b22806..b6d610f0117 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2291,7 +2291,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.9-SNAPSHOT") { + library("Spring Security", "6.4.9") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")