From 12d390d564dec2f2f30c10b1c53538a37ad9385e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jan 2024 17:04:13 +0000 Subject: [PATCH] Upgrade to Spring Security 6.3.0-M1 Closes gh-38990 --- 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 f22ac3e40c4..d0c4440e9fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1611,7 +1611,7 @@ bom { ] } } - library("Spring Security", "6.3.0-SNAPSHOT") { + library("Spring Security", "6.3.0-M1") { considerSnapshots() group("org.springframework.security") { imports = [