File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
2323 api platform(" org.springframework:spring-framework-bom:6.1.16" )
2424 api platform(" org.springframework.data:spring-data-bom:2021.2.18" )
2525 }
26+ api platform(" org.springframework.security:spring-security-bom:6.4.0" )
2627 api platform(' com.fasterxml.jackson:jackson-bom:2.15.4' )
2728 api platform(" io.micrometer:micrometer-bom:1.14.2" )
2829 api platform(" io.micrometer:micrometer-tracing-bom:1.4.1" )
@@ -62,9 +63,9 @@ dependencies {
6263 api " org.slf4j:log4j-over-slf4j:1.7.36"
6364 api " org.slf4j:slf4j-api:1.7.36"
6465 api " org.slf4j:slf4j-log4j12:1.7.36"
65- api " org.springframework.security:spring-security-config:5.8.16 "
66- api " org.springframework.security:spring-security-core:5.8.16 "
67- api " org.springframework.security:spring-security-ldap:5.8.16 "
66+ api " org.springframework.security:spring-security-config"
67+ api " org.springframework.security:spring-security-core"
68+ api " org.springframework.security:spring-security-ldap"
6869 }
6970}
7071
You can’t perform that action at this time.
0 commit comments