From 5ce39254de07fc70dc933f5efc4a3af0354d9cc6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 15:46:11 +0100 Subject: [PATCH] Start building against Spring Security 5.5.7 snapshots See gh-31005 --- 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 6fc72ebe91..f7b5aa4a63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1774,7 +1774,7 @@ bom { ] } } - library("Spring Security", "5.5.6") { + library("Spring Security", "5.5.7-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"