From d46c09cda3a0d697f0f5776c00d9df0d793e2504 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 18 May 2022 17:38:59 +0100 Subject: [PATCH] Upgrade to Spring Security 5.7.1 Closes gh-31100 --- 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 1b14e2dffaa3..166188f8d1b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1779,7 +1779,7 @@ bom { ] } } - library("Spring Security", "5.7.0") { + library("Spring Security", "5.7.1") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }