From 96ee7924cf5e780106aaffe0c0c92e295841c87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:59 +0100 Subject: [PATCH] Upgrade to Spring Security 6.4.0 Closes gh-43026 --- 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 776887b9ab..3afc644889 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2255,7 +2255,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.0-SNAPSHOT") { + library("Spring Security", "6.4.0") { considerSnapshots() group("org.springframework.security") { imports = [