From fa4c8162aacf0a8e826f73e76495e1f871e72f1d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 22 Mar 2023 17:43:56 +0000 Subject: [PATCH] Upgrade to Spring Security 6.1.0-M2 Closes gh-34549 --- 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 e03296ac6c..ac7dcb3a23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1418,7 +1418,7 @@ bom { ] } } - library("Spring Security", "6.1.0-SNAPSHOT") { + library("Spring Security", "6.1.0-M2") { group("org.springframework.security") { imports = [ "spring-security-bom"