Skip to content

Commit

Permalink
FIX #170 : Upgrade to OkHttp 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed May 5, 2020
1 parent 909ea40 commit 5c9deb3
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.10'
implementation 'com.squareup.retrofit2:retrofit:2.8.1'
implementation 'com.squareup.retrofit2:converter-jackson:2.8.1'
implementation 'com.squareup.okhttp3:okhttp:4.5.0'
implementation 'com.squareup.okhttp3:okhttp:4.6.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.11.0'
implementation 'joda-time:joda-time:2.10.5'
Expand Down

0 comments on commit 5c9deb3

Please sign in to comment.