Skip to content

Commit 7227782

Browse files
committed
rollback to okhttp 3.9.1
1 parent 71eb6bc commit 7227782

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ test {
5959
}
6060

6161
dependencies {
62-
compile 'com.squareup.okhttp3:okhttp:3.10.0'
63-
compile 'com.squareup.okhttp3:logging-interceptor:3.10.0'
62+
compile 'com.squareup.okhttp3:okhttp:3.9.1'
63+
compile 'com.squareup.okhttp3:logging-interceptor:3.9.1'
6464
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
6565
compile 'commons-codec:commons-codec:1.11'
6666

6767
testCompile 'org.mockito:mockito-core:2.18.3'
68-
testCompile 'com.squareup.okhttp3:mockwebserver:3.10.0'
68+
testCompile 'com.squareup.okhttp3:mockwebserver:3.9.1'
6969
testCompile 'org.hamcrest:hamcrest-core:1.3'
7070
testCompile 'org.hamcrest:hamcrest-library:1.3'
7171
testCompile 'junit:junit:4.11'

0 commit comments

Comments
 (0)