From 0abedb25475903d30a59ba8ed7629e4c2f9fac34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 08:00:15 +0200 Subject: [PATCH] Upgrade to Spring Security 5.4.8 Closes gh-27597 --- 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 f4658249db..1be3bc8595 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1630,7 +1630,7 @@ bom { ] } } - library("Spring Security", "5.4.8-SNAPSHOT") { + library("Spring Security", "5.4.8") { group("org.springframework.security") { imports = [ "spring-security-bom"