From b779c430e0f051a195ab988c5fd5771e75f67d56 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 08:30:36 +0200 Subject: [PATCH] Upgrade to Spring Security 5.5.0-RC1 Closes gh-25931 --- 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 c30d31b701..b491d9ca52 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1706,7 +1706,7 @@ bom { ] } } - library("Spring Security", "5.5.0-SNAPSHOT") { + library("Spring Security", "5.5.0-RC1") { group("org.springframework.security") { imports = [ "spring-security-bom"