From 7ec9f45929d09238654602a21c58e15f1856940d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jul 2023 06:21:22 +0200 Subject: [PATCH] Upgrade to Spring Security 5.7.10 Closes gh-36295 --- 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 69845ffd6330..157e6bd5a9e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1836,7 +1836,7 @@ bom { ] } } - library("Spring Security", "5.7.10-SNAPSHOT") { + library("Spring Security", "5.7.10") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"