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 43e7f43 + ba560c1 commit 1055ec0Copy full SHA for 1055ec0
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
implementation 'com.google.code.gson:gson:2.8.6'
30
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
31
testImplementation 'commons-io:commons-io:2.7'
32
- testImplementation 'org.mockito:mockito-core:3.4.4'
+ testImplementation 'org.mockito:mockito-core:3.4.6'
33
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
34
}
35
0 commit comments