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