From a5fd1cba6e8b6115e81b14c4925b7481831c5a7b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:45 +0000 Subject: [PATCH] Upgrade to Spring Security 6.3.0-M2 Closes gh-39500 --- 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 22a213fe08..4de01fa186 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1537,7 +1537,7 @@ bom { ] } } - library("Spring Security", "6.3.0-SNAPSHOT") { + library("Spring Security", "6.3.0-M2") { considerSnapshots() group("org.springframework.security") { imports = [