From 1bf0ee5b1cc623acfdd1058f978bf8083d802050 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Jul 2022 20:02:51 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0.0-M6 Closes gh-31622 --- 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 9d05daa13f2..3acb542c5ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1480,7 +1480,7 @@ bom { ] } } - library("Spring Security", "6.0.0-SNAPSHOT") { + library("Spring Security", "6.0.0-M6") { group("org.springframework.security") { imports = [ "spring-security-bom"