From c7882d13960c9f64a3a60096969095c4ca5c2e0a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Dec 2024 11:48:55 -0800 Subject: [PATCH] Start building against Spring Security 6.4.2 snapshots See gh-43419 --- 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 2f8001da56..51ff617d87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2301,7 +2301,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.1") { + library("Spring Security", "6.4.2-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [