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 @@ -14,7 +14,7 @@ dependencies {
1414 api(platform(" org.junit:junit-bom:5.11.0" ))
1515 api(platform(" org.slf4j:slf4j-bom:2.0.17" ))
1616 api(platform(" org.springframework:spring-framework-bom:${ springFrameworkVersion} " ))
17- api(platform(" org.springframework.security:spring-security-bom:6.1.9 " ))
17+ api(platform(" org.springframework.security:spring-security-bom:6.3.8 " ))
1818 constraints {
1919 api(" com.fasterxml.woodstox:woodstox-core:6.5.1" )
2020 api(" com.icegreen:greenmail:2.0.1" )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636compatibilityTest {
3737 dependency(" Spring Security" ) { springSecurity ->
3838 springSecurity. groupId = " org.springframework.security"
39- springSecurity. versions = [" 6.2 .+" , " 6.3 .+" , " 6.4.+" ]
39+ springSecurity. versions = [" 6.1 .+" , " 6.2 .+" , " 6.4.+" ]
4040 }
4141}
4242
You can’t perform that action at this time.
0 commit comments