From 778c5282819b76286fa5ce794dfe28fcb9106455 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:47:35 +0100 Subject: [PATCH] Upgrade to Spring Security 6.2.4 Closes gh-40217 --- 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 3880b981ae..6748e828c1 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.4-SNAPSHOT") { + library("Spring Security", "6.2.4") { considerSnapshots() group("org.springframework.security") { imports = [