From a9513ccf072aaba3237afb0569891ab3df7ad01f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:50:21 +0200 Subject: [PATCH] Start building against Spring Security 5.5.3 snapshots See gh-28247 --- 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 6e3d44e1e28e..ebc34df28da8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring Security", "5.5.2") { + library("Spring Security", "5.5.3-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"