From d103f7553c44355f2d5657dd32c8a6a66fe29f76 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 16 Mar 2020 05:55:16 +0100 Subject: [PATCH] Use okhttp 4.4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 38b6ab92..67d011ff 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.beust:klaxon:5.2' implementation 'com.squareup.moshi:moshi-kotlin:1.9.2' - implementation 'com.squareup.okhttp3:okhttp:4.2.2' + implementation 'com.squareup.okhttp3:okhttp:4.4.0' testImplementation "org.jetbrains.kotlin:kotlin-test" testImplementation "org.jetbrains.kotlin:kotlin-test-junit"