From 13cbc1a80bd9a7cc181282a64c8d13b8b17ce4b2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:23 +0000 Subject: [PATCH] Upgrade to Spring Security 5.3.8.RELEASE Closes gh-25201 --- 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 fe30fc77d7..c53df49bfc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1731,7 +1731,7 @@ bom { ] } } - library("Spring Security", "5.3.6.RELEASE") { + library("Spring Security", "5.3.8.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom"