From 1c6ef781cd51b828ffeec13f4f5d01f9b325ecfa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:06:53 +0200 Subject: [PATCH] Upgrade to Spring Security 5.6.3 Closes gh-30601 --- 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 ac90919fab..b360591f18 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.3-SNAPSHOT") { + library("Spring Security", "5.6.3") { group("org.springframework.security") { imports = [ "spring-security-bom"