From 1c5858e59f88bcd9660754b80b4f8e1153f2c8c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 Feb 2024 20:09:26 +0000 Subject: [PATCH] Upgrade to Spring Security 6.1.7 Closes gh-39466 --- 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 e99f3fa5c9..a884a34746 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1485,7 +1485,7 @@ bom { ] } } - library("Spring Security", "6.1.7-SNAPSHOT") { + library("Spring Security", "6.1.7") { considerSnapshots() group("org.springframework.security") { imports = [