We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2de477 commit c86bcd6Copy full SHA for c86bcd6
build.gradle
@@ -214,7 +214,7 @@ dependencies {
214
testCompile 'net.bytebuddy:byte-buddy-parent:1.10.8'
215
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
216
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
217
- testCompile 'org.mockito:mockito-core:3.2.4'
+ testCompile 'org.mockito:mockito-core:3.3.0'
218
//testCompile 'com.github.tomakehurst:wiremock:2.24.1'
219
testCompile 'org.xmlunit:xmlunit-core:2.6.3'
220
testCompile 'org.xmlunit:xmlunit-matchers:2.6.3'
0 commit comments