From 2ed65b303523415b1a516297248c481b580fbdd7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:07:22 +0200 Subject: [PATCH] Start building against Spring Security 2.7.0-RC1 snapshots See gh-30609 --- 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 498b4c9308..d958dc73d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1790,7 +1790,7 @@ bom { ] } } - library("Spring Security", "5.7.0-M3") { + library("Spring Security", "5.7.0-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }