From 517c63336a8438cae20fd199c70e032aa692804b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:46:54 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0.8 Closes gh-37685 --- 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 6dccb62cfa7..65ae91845c6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1443,7 +1443,7 @@ bom { ] } } - library("Spring Security", "6.0.8-SNAPSHOT") { + library("Spring Security", "6.0.8") { considerSnapshots() group("org.springframework.security") { imports = [