Skip to content

Commit e83fec4

Browse files
committed
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.
1 parent 00983a1 commit e83fec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ configure(allprojects) { project ->
149149
}
150150
}
151151

152-
dependencySet(group: 'com.squareup.okhttp3', version: '4.1.0') {
152+
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.2') {
153153
entry 'okhttp'
154154
entry 'mockwebserver'
155155
}

0 commit comments

Comments
 (0)