From 0232f27b5edb33380586965c500f895c0ada20f9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Sep 2024 14:48:51 +0100 Subject: [PATCH] Start building against Spring Security 6.4.0 snapshots See gh-42148 --- 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 7e2dca2eb8..e9def2a2c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2093,7 +2093,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.0-M3") { + library("Spring Security", "6.4.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [