File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
23
23
api platform(" org.springframework:spring-framework-bom:6.1.16" )
24
24
api platform(" org.springframework.data:spring-data-bom:2021.2.18" )
25
25
}
26
+ api platform(" org.springframework.security:spring-security-bom:6.4.0" )
26
27
api platform(' com.fasterxml.jackson:jackson-bom:2.15.4' )
27
28
api platform(" io.micrometer:micrometer-bom:1.14.2" )
28
29
api platform(" io.micrometer:micrometer-tracing-bom:1.4.1" )
@@ -62,9 +63,9 @@ dependencies {
62
63
api " org.slf4j:log4j-over-slf4j:1.7.36"
63
64
api " org.slf4j:slf4j-api:1.7.36"
64
65
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"
68
69
}
69
70
}
70
71
You can’t perform that action at this time.
0 commit comments