Skip to content

Commit 9352f0e

Browse files
committed
Upgrade to Spring Security 6.0.8
Closes gh-1816
1 parent 0f44572 commit 9352f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ allprojects {
2222
dependencyManagement {
2323
imports {
2424
mavenBom "org.springframework:spring-framework-bom:${springFrameworkVersion}"
25-
mavenBom "org.springframework.security:spring-security-bom:6.0.2"
25+
mavenBom "org.springframework.security:spring-security-bom:6.0.8"
2626
mavenBom "org.junit:junit-bom:5.7.2"
2727
}
2828
dependencies {

0 commit comments

Comments
 (0)