From 3c60c1304d7bfb19fbb5f4b5479c79392c2581bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 18 Sep 2023 19:09:07 +0200 Subject: [PATCH] Upgrade to Spring Security 6.2.0-M3 Closes gh-37236 --- 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 d3f79693a5..fbf9063dbf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.0-SNAPSHOT") { + library("Spring Security", "6.2.0-M3") { considerSnapshots() group("org.springframework.security") { imports = [