From 53bdcc9586ade03c8757e0f7315ed3629289bca2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Aug 2021 15:17:20 +0200 Subject: [PATCH] Start building against Spring Security 5.5.2 snapshots See gh-27603 --- 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 3acf9544f209..fd0dbf499509 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.1") { + library("Spring Security", "5.5.2-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"