Upgrade to Spring Security 6.0.8

Closes gh-1816
This commit is contained in:
rstoyanchev
2024-11-01 14:37:27 +00:00
parent 0f445727f9
commit 9352f0eb69

View File

@@ -22,7 +22,7 @@ allprojects {
dependencyManagement {
imports {
mavenBom "org.springframework:spring-framework-bom:${springFrameworkVersion}"
mavenBom "org.springframework.security:spring-security-bom:6.0.2"
mavenBom "org.springframework.security:spring-security-bom:6.0.8"
mavenBom "org.junit:junit-bom:5.7.2"
}
dependencies {