File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 api(platform(" org.junit:junit-bom:5.11.4" ))
3131 api(platform(" org.slf4j:slf4j-bom:2.0.17" ))
3232 api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
33- api(platform(" org.springframework.security:spring-security-bom:6.3.10 " ))
33+ api(platform(" org.springframework.security:spring-security-bom:6.4.11 " ))
3434 constraints {
3535 api(" com.fasterxml.woodstox:woodstox-core:6.5.1" )
3636 api(" com.google.code.findbugs:jsr305:3.0.2" )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
5252compatibilityTest {
5353 dependency(" Spring Security" ) { springSecurity ->
5454 springSecurity. groupId = " org.springframework.security"
55- springSecurity. versions = [" 6.1.+" , " 6.2.+" , " 6.4 .+" ]
55+ springSecurity. versions = [" 6.1.+" , " 6.2.+" , " 6.3 .+" ]
5656 }
5757}
5858
You can’t perform that action at this time.
0 commit comments