From 669710efe09fe8aaa4226eb657385976f7980106 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 Dec 2021 09:06:49 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.1 Closes gh-28973 --- 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 3df21ec05dac..72150a287b1a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1707,7 +1707,7 @@ bom { ] } } - library("Spring Security", "5.6.1-SNAPSHOT") { + library("Spring Security", "5.6.1") { group("org.springframework.security") { imports = [ "spring-security-bom"