Upgrade to okhttp3 4.1.0

This commit is contained in:
Brian Clozel
2019-09-02 18:43:35 +02:00
parent 3ec2a222ad
commit 829e9f5d92

View File

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