From 6fa103bdb2f1cadfc3704ebc170e46392e6f6163 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:57:10 +0100 Subject: [PATCH] Start building against Spring Security 5.6.4 snapshots See gh-31012 --- 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 7b20c64e091..1efcec3f7ba 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Spring Security", "5.6.3") { + library("Spring Security", "5.6.4-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"