From f1e99649df4e1485c45731fb74bb1cb79e99543a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jul 2021 17:47:43 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.0-M1 Closes gh-27173 --- 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 079ebdacbc0..6adc3acb897 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1732,7 +1732,7 @@ bom { ] } } - library("Spring Security", "5.6.0-SNAPSHOT") { + library("Spring Security", "5.6.0-M1") { group("org.springframework.security") { imports = [ "spring-security-bom"