From ad4dcc9df5f0ece98791075bd51eac94cd0dc4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Nov 2025 14:44:28 +0100 Subject: [PATCH] Start building against Spring Security 6.4.13 snapshots See gh-48029 --- 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 ea710f2c060..592cb7272d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2292,7 +2292,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.12") { + library("Spring Security", "6.4.13-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")