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 b76d6bb + 554ab28 commit 0afda06Copy full SHA for 0afda06
build.gradle
@@ -30,7 +30,7 @@ dependencies {
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.6'
33
- testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0"
+ testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
34
}
35
36
test {
0 commit comments