From 4a9327b3f194282cb557043bfdfc2b212c54e62b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 13:43:24 +0100 Subject: [PATCH] Start building against Spring Security 6.0.5 snapshots See gh-36293 --- 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 bd96eaf795..4a32169f2b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1416,7 +1416,7 @@ bom { ] } } - library("Spring Security", "6.0.4") { + library("Spring Security", "6.0.5-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom"