From ad8cb539ea21118566dbb7f4b0a786f52870e3ae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Sep 2021 19:13:06 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.0-M3 Closes gh-27935 --- 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 53d1b8ffcc..72518696e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { ] } } - library("Spring Security", "5.6.0-SNAPSHOT") { + library("Spring Security", "5.6.0-M3") { group("org.springframework.security") { imports = [ "spring-security-bom"