From c25a2eb274601df0a0bdc3dd76166aaf23794738 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:57:19 +0200 Subject: [PATCH] Upgrade to Spring Security 5.5.6 Closes gh-30593 --- 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 1c9bedb69f..c2b890e418 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.6-SNAPSHOT") { + library("Spring Security", "5.5.6") { group("org.springframework.security") { imports = [ "spring-security-bom"