From bf0af6ebed97888d103ab28e1fdad56e8bef78a0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:44:48 +0200 Subject: [PATCH] Upgrade to Spring Security 6.0.0-M4 Closes gh-30633 --- 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 8a853dc726..465a041c3d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1467,7 +1467,7 @@ bom { ] } } - library("Spring Security", "6.0.0-SNAPSHOT") { + library("Spring Security", "6.0.0-M4") { group("org.springframework.security") { imports = [ "spring-security-bom"