From f7f48311996a97efa50b3d8a719bc29a1be04009 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:41:01 +0200 Subject: [PATCH] Upgrade to Spring Security 5.5.7 Closes gh-31005 --- 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 1ffb4081a9d..ac72e135398 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.7-SNAPSHOT") { + library("Spring Security", "5.5.7") { group("org.springframework.security") { imports = [ "spring-security-bom"