From d45e42f2e1d6ad6d3f3a3f7b463e8ac35c66b06c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Jun 2022 20:46:38 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.6 Closes gh-31351 --- 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 d5292868c8..901178ff88 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1760,7 +1760,7 @@ bom { ] } } - library("Spring Security", "5.6.6-SNAPSHOT") { + library("Spring Security", "5.6.6") { group("org.springframework.security") { imports = [ "spring-security-bom"