From 627725b10ffcca0554bab382aa29584bb7d51c35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Oct 2022 09:48:08 +0200 Subject: [PATCH] Start building against Spring Security 5.7.4 snapshots See gh-32597 --- 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 02f5181bd2e6..c012f72cdb42 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1768,7 +1768,7 @@ bom { ] } } - library("Spring Security", "5.7.3") { + library("Spring Security", "5.7.4-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }