From d58fe3f65fbe2eeb7bafadcbc4e1384c282b8423 Mon Sep 17 00:00:00 2001 From: Stas Parshin <2172170+pengrad@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:14:53 +0700 Subject: [PATCH] Update Gson 2.10.1, OkHttp 4.12.0 --- library/build.gradle | 6 +++--- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 4f4564cc..6b63a17b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,9 +5,9 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 dependencies { - compile 'com.google.code.gson:gson:2.9.1' - compile 'com.squareup.okhttp3:okhttp:4.10.0' - compile 'com.squareup.okhttp3:logging-interceptor:4.10.0' + compile 'com.google.code.gson:gson:2.10.1' + compile 'com.squareup.okhttp3:okhttp:4.12.0' + compile 'com.squareup.okhttp3:logging-interceptor:4.12.0' testCompile 'junit:junit:4.13.1' testCompile 'nl.jqno.equalsverifier:equalsverifier:3.1.13' diff --git a/pom.xml b/pom.xml index 972c01d5..3ec96243 100644 --- a/pom.xml +++ b/pom.xml @@ -30,19 +30,19 @@ com.google.code.gson gson - 2.9.1 + 2.10.1 compile com.squareup.okhttp3 okhttp - 4.10.0 + 4.12.0 compile com.squareup.okhttp3 logging-interceptor - 4.10.0 + 4.12.0 compile