From c618e7c27916a353f689a01e952895abcfd2ae28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 11:11:25 +0100 Subject: [PATCH] Start building against Spring Security 5.6.0 snapshots See gh-28520 --- 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 329d8b5f0f9e..c18e57c0c52d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring Security", "5.6.0-RC1") { + library("Spring Security", "5.6.0-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"