From fa37fb0a6986f5c0be929ca71a8f166ab27fc3ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Jun 2021 18:21:08 +0200 Subject: [PATCH] Start building against Spring Security 5.4.7 snapshots See gh-26965 --- 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 551c7bc34a..7da35bb5c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1624,7 +1624,7 @@ bom { ] } } - library("Spring Security", "5.4.6") { + library("Spring Security", "5.4.7-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"