From b1e8216ccbf21f85a574895b46de8cfcb092b0c4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jun 2024 10:22:10 +0100 Subject: [PATCH] Start building against Spring Security 6.2.5 snapshots See gh-41025 --- 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 12aaa17c7f2..53690370735 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1661,7 +1661,7 @@ bom { ] } } - library("Spring Security", "6.2.4") { + library("Spring Security", "6.2.5-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [