From 64d4648ad12ed6b4af965b76423531df0360ddb9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 17:42:46 +0100 Subject: [PATCH] Upgrade to Spring Security 5.3.6 Closes gh-24296 --- 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 0e83eb77c7..e9e2a90061 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.5.RELEASE") { + library("Spring Security", "5.3.6.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom"