From 0df3797c377742c5f89cc27bf8d63b27737d6c0f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Dec 2020 03:54:14 +0100 Subject: [PATCH] Upgrade to Spring Security 5.4.2 Closes gh-24297 --- 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 d043accb01..80f0cc43c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1623,7 +1623,7 @@ bom { ] } } - library("Spring Security", "5.4.1") { + library("Spring Security", "5.4.2") { group("org.springframework.security") { imports = [ "spring-security-bom"