From 1e5797f3502f9e26bb3b7f76ad48f016fa7816e9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:25:32 +0100 Subject: [PATCH] Upgrade to Spring Security 5.6.10 Closes gh-35537 --- 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 b5c2ff7f3aa6..633c10ce5601 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.9") { + library("Spring Security", "5.6.10") { group("org.springframework.security") { imports = [ "spring-security-bom"