Use okhttp 4.4.0

This commit is contained in:
ligi 2020-03-16 05:55:16 +01:00
parent 9bcc15686d
commit d103f7553c
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -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"