From 0e84c489b3716f5ba8c36d73d3048b495beae518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 22 Oct 2024 09:03:31 +0200 Subject: [PATCH] Upgrade to Spring Security 6.2.7 Closes gh-42541 --- 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 ab56ab8052..144c2ef8a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Security", "6.2.7-SNAPSHOT") { + library("Spring Security", "6.2.7") { considerSnapshots() group("org.springframework.security") { imports = [