From 16724c09d43699c9d7fb23831dcb54ff57a07763 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Oct 2023 09:56:14 +0100 Subject: [PATCH] Start building against Spring Security 6.1.5 snapshots See gh-37701 --- 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 74f33529ae..1716a54151 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1487,7 +1487,7 @@ bom { ] } } - library("Spring Security", "6.1.4") { + library("Spring Security", "6.1.5-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [