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