From 333c7a7cd83a396c0dc4ef40aba0b9ca5cb6fc23 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 21:21:35 +0200 Subject: [PATCH] Upgrade to Spring Security 5.4.7 Closes gh-26965 --- 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 4ce19b0455c..a5bdcb569f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1624,7 +1624,7 @@ bom { ] } } - library("Spring Security", "5.4.7-SNAPSHOT") { + library("Spring Security", "5.4.7") { group("org.springframework.security") { imports = [ "spring-security-bom"