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.
2 parents d3c00ae + 2b0cb36 commit c28af5aCopy full SHA for c28af5a
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
implementation 'com.google.code.gson:gson:2.8.6'
29
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
30
testImplementation 'commons-io:commons-io:2.7'
31
- testImplementation 'org.mockito:mockito-core:3.3.3'
+ testImplementation 'org.mockito:mockito-core:3.4.4'
32
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
33
}
34
0 commit comments