From cd7f6d049e204b86f54f54927fb023cba6ad6f3b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 16:03:18 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.9 Closes gh-33162 --- 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 dc68a5ba1ef..c3a4cdd1bc9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1777,7 +1777,7 @@ bom { ] } } - library("Spring Security", "5.6.8") { + library("Spring Security", "5.6.9") { group("org.springframework.security") { imports = [ "spring-security-bom"