From cae34a197891bc7ab73da5716ac9e62d751a2e7a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 17:22:13 +0100 Subject: [PATCH] Start building against Spring Security 6.2.4 snapshots See gh-40217 --- 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 f5fb6930a4..d720585a23 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Security", "6.2.3") { + library("Spring Security", "6.2.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [