Skip to content

Commit cd0379a

Browse files
kyuarl21jhoeller
authored andcommitted
Modified to slf4j2-impl in build.gradle
due to slf4j-api versions 1.7 x or earlier issue
1 parent e262e98 commit cd0379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ configure([rootProject] + javaProjects) { project ->
105105
testRuntimeOnly("org.junit.platform:junit-platform-suite-engine")
106106
testRuntimeOnly("org.apache.logging.log4j:log4j-core")
107107
testRuntimeOnly("org.apache.logging.log4j:log4j-jul")
108-
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl")
108+
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")
109109
// JSR-305 only used for non-required meta-annotations
110110
compileOnly("com.google.code.findbugs:jsr305")
111111
testCompileOnly("com.google.code.findbugs:jsr305")

0 commit comments

Comments
 (0)