From 594fa88ee0cf0b19617a0a331de5181ac1b6f8b2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:42 +0100 Subject: [PATCH] Upgrade to Spring Security 6.1.9 Closes gh-40204 --- 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 80d65dcf10e..ee95777e14f 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.9-SNAPSHOT") { + library("Spring Security", "6.1.9") { considerSnapshots() group("org.springframework.security") { imports = [