From d23a7033dd50bfc3fdd99c0825172916bc5b105e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:14 +0200 Subject: [PATCH] Upgrade to Spring Security 6.2.6 Closes gh-41728 --- 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 467f2687b2c1..db07aeaf6b07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Security", "6.2.6-SNAPSHOT") { + library("Spring Security", "6.2.6") { considerSnapshots() group("org.springframework.security") { imports = [