From ea1a6ac4ecfb3f97557e6b8c2c1a173f39a43dc6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:43:20 +0200 Subject: [PATCH] Upgrade to Spring Security 5.7.0 Closes gh-31019 --- 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 f1f6278b03..8e4b90b48c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1777,7 +1777,7 @@ bom { ] } } - library("Spring Security", "5.7.0-SNAPSHOT") { + library("Spring Security", "5.7.0") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }