From b098bf92835c3d865f187f49182147ee859f7283 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:14:36 +0200 Subject: [PATCH] Upgrade to Spring Security 2.7.0-RC1 Closes 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 49afb9600e..9789e13bab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1787,7 +1787,7 @@ bom { ] } } - library("Spring Security", "5.7.0-SNAPSHOT") { + library("Spring Security", "5.7.0-RC1") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }