From 7841789735f73616654c2d8ccb4d82e215de3c5a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:51:02 +0200 Subject: [PATCH] Start building against Spring Security 5.7.2 snapshots See gh-31375 --- 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 e77700f46e..96efc2f51c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1771,7 +1771,7 @@ bom { ] } } - library("Spring Security", "5.7.1") { + library("Spring Security", "5.7.2-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }