From 79580617a6d1e53b7348d52e51163775925de3d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Jun 2022 20:33:56 +0100 Subject: [PATCH] Upgrade to Spring Security 5.7.2 Closes 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 3b8c6365d8b..cdd99791125 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.2-SNAPSHOT") { + library("Spring Security", "5.7.2") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }