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 51e7eda commit c87f3e3Copy full SHA for c87f3e3
1 file changed
build.gradle
@@ -96,7 +96,7 @@ if (project.hasProperty("signing.keyId")) {
96
97
dependencies {
98
compile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.14.6'
99
- compile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '3.14.6'
+ compile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.3.1'
100
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
101
102
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.2'
0 commit comments