From 2b85bb5ca16a46480ef04575663a3c9887893345 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 17:50:46 +0100 Subject: [PATCH] Start building against Spring Security 5.7.0 snapshots See gh-31019 --- 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 930a07cf3a14..aef150d68029 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1785,7 +1785,7 @@ bom { ] } } - library("Spring Security", "5.7.0-RC1") { + library("Spring Security", "5.7.0-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }