Skip to content

Commit

Permalink
FIX #164 : Upgrade to OkHttp 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Mar 25, 2020
1 parent ad6cecc commit 3556a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'com.squareup.retrofit2:retrofit:2.8.0'
implementation 'com.squareup.retrofit2:converter-jackson:2.8.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.10.3'
implementation 'joda-time:joda-time:2.10.5'
Expand Down

0 comments on commit 3556a57

Please sign in to comment.