File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ext.queryDslVersion = '5.0.0'
15
15
16
16
dependencies {
17
17
api platform(" org.springframework:spring-framework-bom:6.0.0" )
18
- api platform(" org.springframework.data:spring-data-bom:2022.0.0-M6 " )
18
+ api platform(" org.springframework.data:spring-data-bom:2021.2.5 " )
19
19
api platform(' com.fasterxml.jackson:jackson-bom:2.14.0' )
20
20
api platform(" org.junit:junit-bom:5.9.1" )
21
21
constraints {
@@ -59,9 +59,9 @@ dependencies {
59
59
api " org.slf4j:log4j-over-slf4j:1.7.32"
60
60
api " org.slf4j:slf4j-api:1.7.32"
61
61
api " org.slf4j:slf4j-log4j12:1.7.32"
62
- api " org.springframework.security:spring-security-config:6.0.0-M7 "
63
- api " org.springframework.security:spring-security-core:6.0.0-M7 "
64
- api " org.springframework.security:spring-security-ldap:6.0.0-M7 "
62
+ api " org.springframework.security:spring-security-config:5.7.5 "
63
+ api " org.springframework.security:spring-security-core:5.7.5 "
64
+ api " org.springframework.security:spring-security-ldap:5.7.5 "
65
65
api " org.springframework.ldap:spring-ldap-core:2.4.1"
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments