From fe0d88dbc4c2ba00d9504a3a7c1bd1845575660b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:02:15 +0200 Subject: [PATCH] Upgrade to Spring Security 6.2.0-M2 Closes gh-37060 --- 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 26a2ad6356..85c833a85c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1466,7 +1466,7 @@ bom { ] } } - library("Spring Security", "6.2.0-M1") { + library("Spring Security", "6.2.0-M2") { group("org.springframework.security") { imports = [ "spring-security-bom"