Skip to content

Commit

Permalink
okhttp3 3.4.1 had a bug which was fixed in 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaodong Xie authored and ehrmann committed Oct 5, 2018
1 parent 3b132ea commit 1a8da1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.3.0'
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '3.4.1'
testCompile group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '3.4.2'
compile 'com.google.code.gson:gson:2.7'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okhttp3:okhttp:3.4.2'
compile 'com.squareup.okio:okio:1.9.0'
}

Expand Down

0 comments on commit 1a8da1c

Please sign in to comment.