We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293fc98 commit 2bf888dCopy full SHA for 2bf888d
build.gradle
@@ -28,7 +28,7 @@ subprojects {
28
compile "com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion"
29
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
30
compile "com.google.guava:guava:17.0"
31
- compile "org.slf4j:slf4j-api:1.7.25"
+ compile "org.slf4j:slf4j-api:2.0.17"
32
compile "commons-codec:commons-codec:1.9"
33
testCompile "junit:junit:4.12"
34
testCompile "org.powermock:powermock-module-junit4:$powermockVersion"
0 commit comments