File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ dependencies {
2929 api platform(" io.micrometer:micrometer-tracing-bom:1.5.4" )
3030 api platform(" org.junit:junit-bom:6.0.0" )
3131 api platform(" org.mockito:mockito-bom:5.20.0" )
32+ api platform(" org.slf4j:slf4j-bom:2.0.17" )
3233 constraints {
3334 api " com.querydsl:querydsl-core:$queryDslVersion "
3435 api " com.querydsl:querydsl-apt:$queryDslVersion "
@@ -58,10 +59,10 @@ dependencies {
5859 api " junit:junit:4.13.2"
5960 api " org.mockito:mockito-core"
6061 api " org.mockito:mockito-junit-jupiter"
61- api " org.slf4j:jcl-over-slf4j:2.0.17 "
62- api " org.slf4j:log4j-over-slf4j:2.0.17 "
63- api " org.slf4j:slf4j-api:2.0.17 "
64- api " org.slf4j:slf4j-log4j12:2.0.17 "
62+ api " org.slf4j:jcl-over-slf4j"
63+ api " org.slf4j:log4j-over-slf4j"
64+ api " org.slf4j:slf4j-api"
65+ api " org.slf4j:slf4j-log4j12"
6566 api " org.springframework.security:spring-security-config"
6667 api " org.springframework.security:spring-security-core"
6768 api " org.springframework.security:spring-security-ldap"
You can’t perform that action at this time.
0 commit comments