From 7a7901f0c5bba4ebfe84660c2a5a175a19242419 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jul 2021 13:22:18 +0200 Subject: [PATCH] Start building against Spring Security 5.6.0-M1 snapshots See gh-27173 --- 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 c59373980e..31a590a4d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring Security", "5.5.1") { + library("Spring Security", "5.6.0-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"