Skip to content

Commit 2ca5f95

Browse files
committed
Use SLF4J Bom
1 parent 2da18ce commit 2ca5f95

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dependencies/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)