From 23b41e18a0da122921ee2e4c53a4203d9dc8263b Mon Sep 17 00:00:00 2001 From: Stas Parshin Date: Thu, 12 Oct 2017 02:09:06 +0700 Subject: [PATCH] Update Gson 2.8.2, OkHttp 3.9.0 --- library/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index bc68bb12..0bcd8554 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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'