From 8ee9681d369e3dfd51b3cd23302aac0861028810 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Feb 2022 16:17:13 +0100 Subject: [PATCH] Upgrade to Spring Security 5.7.0-M2 Closes gh-29766 --- 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 6757554480..e650f71b64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1723,7 +1723,7 @@ bom { ] } } - library("Spring Security", "5.7.0-SNAPSHOT") { + library("Spring Security", "5.7.0-M2") { group("org.springframework.security") { imports = [ "spring-security-bom"