From 3ac38fd65e2ad25793e24c5093a09609d62e9a95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 May 2020 09:50:25 +0200 Subject: [PATCH] Upgrade to Spring Security 5.3.2.RELEASE Closes gh-21349 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 46f5bf58b9..121c82c14b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Security", "5.3.1.RELEASE") { + library("Spring Security", "5.3.2.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom" @@ -1847,4 +1847,3 @@ bom { } } } -