From 2f89a1e228283fe4e754aa90e66131c12a0ceb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:29:00 +0900 Subject: [PATCH] Start building against Spring Security 6.2.8 snapshots See gh-43009 --- 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 7f02cd1910..72ae14eb32 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.7") { + library("Spring Security", "6.2.8-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [