File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
api(platform(" org.junit:junit-bom:5.11.0" ))
15
15
api(platform(" org.slf4j:slf4j-bom:2.0.17" ))
16
16
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 " ))
18
18
constraints {
19
19
api(" com.fasterxml.woodstox:woodstox-core:6.5.1" )
20
20
api(" com.icegreen:greenmail:2.0.1" )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
compatibilityTest {
37
37
dependency(" Spring Security" ) { springSecurity ->
38
38
springSecurity. groupId = " org.springframework.security"
39
- springSecurity. versions = [" 6.2 .+" , " 6.3 .+" , " 6.4.+" ]
39
+ springSecurity. versions = [" 6.1 .+" , " 6.2 .+" , " 6.4.+" ]
40
40
}
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments