From 86176e8f4bad62deb764d30d8d29578d824c9f68 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:06:22 +0200 Subject: [PATCH] Start building against Spring Security 5.6.8 snapshots See gh-32590 --- 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 52d6e0a375..df548783f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1767,7 +1767,7 @@ bom { ] } } - library("Spring Security", "5.6.7") { + library("Spring Security", "5.6.8-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"