From af469abb8890232a740a570729d2641c4b2d4674 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 6 Dec 2023 15:18:50 +0000 Subject: [PATCH] Start building against Spring Security 6.1.6 snapshots See gh-38682 --- 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 1d71f6ea077..cdcadb8d4f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1481,7 +1481,7 @@ bom { ] } } - library("Spring Security", "6.1.5") { + library("Spring Security", "6.1.6-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [