From ff44b3dd768e47fb813cba9ef0e179eb56a7a263 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 09:42:48 +0100 Subject: [PATCH] Start building against Spring Security 6.2.7 snapshots See gh-42541 --- 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 b3386c66f3..584465a160 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1669,7 +1669,7 @@ bom { ] } } - library("Spring Security", "6.2.6") { + library("Spring Security", "6.2.7-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [