From 6ccb131de150010490131e6d92819235d72fdb3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Oct 2024 10:25:00 +0100 Subject: [PATCH] Start building against Spring Security 6.3.4 snapshots See gh-42553 --- 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 ab97c775da..872bbe8daf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2120,7 +2120,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.3") { + library("Spring Security", "6.3.4-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [