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" }