From 8792f1a792bd35d189fa18aa5ed4c007415043d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:18:26 +0100 Subject: [PATCH] Start building against Spring Security 5.6.1 snapshots See gh-28973 --- 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 22f099e0a963..c5cf61f59094 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring Security", "5.6.0") { + library("Spring Security", "5.6.1-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"