diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3b8c6365d8..cdd9979112 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" }