From e584ed3c6870d15cc4c0446fc2227be37600c6a6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Feb 2024 13:30:00 +0000 Subject: [PATCH] Start building against Spring Security 6.1.7 snapshots See gh-39466 --- 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 5ee0247241a..3b8a332102a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1485,7 +1485,7 @@ bom { ] } } - library("Spring Security", "6.1.6") { + library("Spring Security", "6.1.7-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [