From ce8671ff37034b7828a3b6bda404724006d163c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Oct 2021 14:32:57 +0100 Subject: [PATCH] Upgrade to Spring Security 5.4.9 Closes gh-28228 --- 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 9b16dd0e3e4..6a18784a741 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1637,7 +1637,7 @@ bom { ] } } - library("Spring Security", "5.4.9-SNAPSHOT") { + library("Spring Security", "5.4.9") { group("org.springframework.security") { imports = [ "spring-security-bom"