From 4b6ef6ef44f8d1bf2b82fc33073db9cec4a9f523 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:32 +0000 Subject: [PATCH] Upgrade to Spring Security 5.3.5.RELEASE Closes gh-23884 --- 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 169c1da2b0b..91e6ae2ea63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring Security", "5.3.4.RELEASE") { + library("Spring Security", "5.3.5.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom"