Downgrade to okhttp3 3.14.2

The upgrade to 4.x was breaking some behavior in our tests.
We need to reconsider this upgrade and check our mockrestserver usage in
our tests.
This commit is contained in:
Brian Clozel
2019-09-04 14:51:52 +02:00
parent 00983a1141
commit e83fec4ec3

View File

@@ -149,7 +149,7 @@ configure(allprojects) { project ->
}
}
dependencySet(group: 'com.squareup.okhttp3', version: '4.1.0') {
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.2') {
entry 'okhttp'
entry 'mockwebserver'
}