From 455c37645d37d2ceef281b3dde1083846721f3b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:09:00 +0200 Subject: [PATCH] Start building against Spring Security 5.5.6 snapshots See gh-30593 --- 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 61f199f3a83..923c01f622b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.5") { + library("Spring Security", "5.5.6-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"