diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 08c67ddf2a41..73dd973739f1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1768,7 +1768,7 @@ bom { ] } } - library("Spring Security", "5.7.4-SNAPSHOT") { + library("Spring Security", "5.7.4") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }