From 65dd4087859d5dfce15258ccb8274c83f6d46c39 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:23:38 +0200 Subject: [PATCH] Upgrade to Spring Security 5.4.6 Closes gh-25911 --- 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 4f6fcf6a8a..8040d0c87b 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.6-SNAPSHOT") { + library("Spring Security", "5.4.6") { group("org.springframework.security") { imports = [ "spring-security-bom"