From 67ad7331f7a8869136b68366517ce3616632d61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:05:27 +0200 Subject: [PATCH] Upgrade to Spring Security 6.4.0-RC1 Closes gh-42568 --- 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 e29ec2f2df..9a984629e5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2107,7 +2107,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-RC1") { considerSnapshots() group("org.springframework.security") { imports = [