From 44a9145bf89fce987210ba450777bb3c36375acc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:04:47 +0100 Subject: [PATCH] Upgrade to Spring Security 5.5.4 Closes gh-28964 --- 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 22f6c077027a..fcaec299ebc1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring Security", "5.5.4-SNAPSHOT") { + library("Spring Security", "5.5.4") { group("org.springframework.security") { imports = [ "spring-security-bom"