Skip to content

Commit

Permalink
Update okhttp 3.12.1, gson 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Jan 12, 2019
1 parent 741f43e commit c941cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ compileTestJava {
}

dependencies {
compile 'com.google.code.gson:gson:2.8.2'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.9.0'
compile 'com.google.code.gson:gson:2.8.5'
compile 'com.squareup.okhttp3:okhttp:3.12.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.12.1'

testCompile 'junit:junit:4.12'
testCompile 'nl.jqno.equalsverifier:equalsverifier:2.3'
Expand Down

0 comments on commit c941cee

Please sign in to comment.