From f08a4174626505f3cfc3bd0abc9f54d0b14f6728 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jan 2022 08:59:57 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0.0-M1 Closes gh-28643 --- 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 e129158ca6..f57e10a0aa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1396,7 +1396,7 @@ bom { ] } } - library("Spring Security", "6.0.0-SNAPSHOT") { + library("Spring Security", "6.0.0-M1") { group("org.springframework.security") { imports = [ "spring-security-bom"