Use okhttp 4.2.2

This commit is contained in:
ligi 2019-10-12 12:49:48 +09:00
parent aca8553172
commit c6092479e3
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.0.11' implementation 'com.beust:klaxon:5.0.11'
implementation 'com.squareup.moshi:moshi-kotlin:1.8.0' implementation 'com.squareup.moshi:moshi-kotlin:1.8.0'
implementation 'com.squareup.okhttp3:okhttp:4.0.1' implementation 'com.squareup.okhttp3:okhttp:4.2.2'
testImplementation "org.jetbrains.kotlin:kotlin-test" testImplementation "org.jetbrains.kotlin:kotlin-test"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit" testImplementation "org.jetbrains.kotlin:kotlin-test-junit"