From 82fd923d00468382adf1568b41d40fa45fb1a6d4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2024 09:09:44 +0100 Subject: [PATCH] Upgrade to Spring Security 6.2.5 Closes gh-41025 --- 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 c222f585107..6d4edbcaf8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring Security", "6.2.5-SNAPSHOT") { + library("Spring Security", "6.2.5") { considerSnapshots() group("org.springframework.security") { imports = [