We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71eb6bc commit 7227782Copy full SHA for 7227782
1 file changed
build.gradle
@@ -59,13 +59,13 @@ test {
59
}
60
61
dependencies {
62
- compile 'com.squareup.okhttp3:okhttp:3.10.0'
63
- compile 'com.squareup.okhttp3:logging-interceptor:3.10.0'
+ compile 'com.squareup.okhttp3:okhttp:3.9.1'
+ compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
64
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
65
compile 'commons-codec:commons-codec:1.11'
66
67
testCompile 'org.mockito:mockito-core:2.18.3'
68
- testCompile 'com.squareup.okhttp3:mockwebserver:3.10.0'
+ testCompile 'com.squareup.okhttp3:mockwebserver:3.9.1'
69
testCompile 'org.hamcrest:hamcrest-core:1.3'
70
testCompile 'org.hamcrest:hamcrest-library:1.3'
71
testCompile 'junit:junit:4.11'
0 commit comments