From 7a9462bd3708d46e842c62dadd097232dd9f9b68 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 5 Feb 2020 18:05:00 +0000 Subject: [PATCH] Upgrade to Spring Security 5.3.0.RC1 Closes gh-20046 --- 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 213028397b..abac1ee95e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1666,7 +1666,7 @@ bom { ] } } - library("Spring Security", "5.3.0.M1") { + library("Spring Security", "5.3.0.RC1") { group("org.springframework.security") { imports = [ "spring-security-bom"