We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef445c5 commit 845481aCopy full SHA for 845481a
build.gradle
@@ -206,7 +206,7 @@ dependencies {
206
testCompile 'net.bytebuddy:byte-buddy-parent:1.10.1'
207
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-20190915.182215-368'
208
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-20190915.182552-364'
209
- testCompile 'org.mockito:mockito-core:3.0.0'
+ testCompile 'org.mockito:mockito-core:3.1.0'
210
//testCompile 'com.github.tomakehurst:wiremock:2.24.1'
211
testCompile ('org.reflections:reflections:0.9.11') {
212
exclude module: "jsr305"
0 commit comments