Skip to content

Commit

Permalink
Update Gson 2.8.2, OkHttp 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Oct 11, 2017
1 parent f964bf8 commit 23b41e1
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.1'
compile 'com.squareup.okhttp3:okhttp:3.8.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
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'

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

0 comments on commit 23b41e1

Please sign in to comment.