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"