From d2d4eefe1b5ebe9c7fe8d455dc37371bc78505d7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:42:13 +0200 Subject: [PATCH] Upgrade to Spring Security 5.6.4 Closes gh-31012 --- 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 b070bb734e..719713bb3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Spring Security", "5.6.4-SNAPSHOT") { + library("Spring Security", "5.6.4") { group("org.springframework.security") { imports = [ "spring-security-bom"