From a9b6ab77eaeee2e21c4d5028fdaeedfdd645865e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 22 Mar 2022 19:21:10 +0000 Subject: [PATCH] Upgrade to Spring Security 6.0.0-M3 Closes gh-30202 --- 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 16a6feecb6..8803b2c21a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Spring Security", "6.0.0-SNAPSHOT") { + library("Spring Security", "6.0.0-M3") { group("org.springframework.security") { imports = [ "spring-security-bom"