From 15b687c8890ccaf7288de69ae5420e6fb4befd20 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 11 Mar 2024 17:22:41 +0000 Subject: [PATCH] Start building against Spring Security 6.1.8 snapshots See gh-39877 --- 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 5f02472e1d..03fb7e2953 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.7") { + library("Spring Security", "6.1.8-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [