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 @@ -17,7 +17,7 @@ dependencies {
17
17
api platform(" org.springframework:spring-framework-bom:6.0.0-M1" )
18
18
api platform(" io.projectreactor:reactor-bom:2020.0.12" )
19
19
api platform(" io.rsocket:rsocket-bom:1.1.1" )
20
- api platform(" org.springframework.data:spring-data-bom:2022 .1.0-SNAPSHOT " )
20
+ api platform(" org.springframework.data:spring-data-bom:2021 .1.0" )
21
21
api platform(" com.fasterxml.jackson:jackson-bom:2.13.0" )
22
22
api platform(" org.junit:junit-bom:5.8.1" )
23
23
constraints {
@@ -92,9 +92,9 @@ dependencies {
92
92
api " org.slf4j:log4j-over-slf4j:1.7.32"
93
93
api " org.slf4j:slf4j-api:1.7.32"
94
94
api " org.slf4j:slf4j-log4j12:1.7.32"
95
- api " org.springframework.security:spring-security-config:6.0.0-SNAPSHOT "
96
- api " org.springframework.security:spring-security-core:6.0.0-SNAPSHOT "
97
- api " org.springframework.security:spring-security-ldap:6.0.0-SNAPSHOT "
95
+ api " org.springframework.security:spring-security-config:5.6.1 "
96
+ api " org.springframework.security:spring-security-core:5.6.1 "
97
+ api " org.springframework.security:spring-security-ldap:5.6.1 "
98
98
api " org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE"
99
99
api " org.synchronoss.cloud:nio-multipart-parser:1.1.0"
100
100
}
You can’t perform that action at this time.
0 commit comments