From 5999cd7109f2e58111ef05b8bbc3e9e14448544c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Feb 2025 09:09:01 +0100 Subject: [PATCH] Start building against Spring Security 6.4.3 snapshots See gh-44126 --- 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 dafba2e74a..f899090dc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2303,7 +2303,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.2") { + library("Spring Security", "6.4.3-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [