From b0ebb47e5e30a9c163af152cf7854da835db1b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Nov 2024 08:49:29 +0100 Subject: [PATCH] Upgrade to Spring Security 6.2.8 Closes gh-43009 --- 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 14b88572820..e19aeb1d0a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1673,7 +1673,7 @@ bom { ] } } - library("Spring Security", "6.2.8-SNAPSHOT") { + library("Spring Security", "6.2.8") { considerSnapshots() group("org.springframework.security") { imports = [