From 8282c1b89746b0a743a178556e103f6e049d8b3c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 16:11:59 +0000 Subject: [PATCH] Upgrade to Spring Security 5.3.0.RELEASE Closes gh-20482 --- 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 62d2ea3d83..d542a96f6b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Security", "5.3.0.RC1") { + library("Spring Security", "5.3.0.RELEASE") { group("org.springframework.security") { imports = [ "spring-security-bom"