From 6c4d0c3e5c238c7117557721b330d4976c7ace0b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:30:22 +0200 Subject: [PATCH] Upgrade to Spring Security 5.4.1 Closes gh-23667 --- 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 ddd3013e12..be5bad92f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Security", "5.4.0") { + library("Spring Security", "5.4.1") { group("org.springframework.security") { imports = [ "spring-security-bom"