From ca9c67f749bedde53b16471efeed9d73c4c17690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 9 May 2025 11:15:35 +0200 Subject: [PATCH] Start building against Spring Security 6.5.0 snapshots See gh-45444 --- 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 c212cfbf679..db501e534a3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2390,7 +2390,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.5.0-RC1") { + library("Spring Security", "6.5.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")