From 0b4bbe99b3eba8b311444602867ee8b32e6cde8b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:24:30 +0200 Subject: [PATCH] Upgrade to Spring Security 6.2.0-M1 Closes gh-36195 --- 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 f78f622fe5..4589803405 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1453,7 +1453,7 @@ bom { ] } } - library("Spring Security", "6.2.0-SNAPSHOT") { + library("Spring Security", "6.2.0-M1") { group("org.springframework.security") { imports = [ "spring-security-bom"