From fee62c41b93f89cfe503844a47345f90a6025ffe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 08:59:10 +0200 Subject: [PATCH] Start building against Spring Security 5.5.0-RC1 snapshots See 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 7ffba48a4ff..8f02e32648e 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.5.0-M3") { + library("Spring Security", "5.5.0-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"