From 3bbdbd9e5f7fb4d2c11eed384499d60a68ac4818 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jan 2022 08:47:25 +0100 Subject: [PATCH] Upgrade to Spring Security 5.7.0-M1 Closes gh-29225 --- 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 7ae096757f..f605ce5f12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1727,7 +1727,7 @@ bom { ] } } - library("Spring Security", "5.7.0-SNAPSHOT") { + library("Spring Security", "5.7.0-M1") { group("org.springframework.security") { imports = [ "spring-security-bom"