From a712b1e6b01a4bc00d64157776a6097b9819bcec Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 19:19:47 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.5 Closes gh-31102 --- 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 cdfb4a14592..b815378bde7 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.4") { + library("Spring Security", "5.6.5") { group("org.springframework.security") { imports = [ "spring-security-bom"