@@ -439,12 +439,12 @@ dependencies {
439439 androidTestImplementation(" androidx.room:room-testing:2.8.1" )
440440 androidTestImplementation(" androidx.arch.core:core-testing:2.2.0" )
441441 androidTestImplementation(" androidx.work:work-testing:2.10.5" )
442- androidTestImplementation(" com.squareup.okhttp3:mockwebserver:5.2.0 " )
443- androidTestImplementation(" com.squareup.okhttp3:okhttp-tls:5.2.0 " )
442+ androidTestImplementation(" com.squareup.okhttp3:mockwebserver:5.2.1 " )
443+ androidTestImplementation(" com.squareup.okhttp3:okhttp-tls:5.2.1 " )
444444 androidTestImplementation(" com.athaydes.rawhttp:rawhttp-core:2.6.0" )
445445 androidTestUtil(" androidx.test:orchestrator:1.6.1" )
446446
447- testImplementation(" com.squareup.okhttp3:mockwebserver:5.2.0 " )
447+ testImplementation(" com.squareup.okhttp3:mockwebserver:5.2.1 " )
448448 testImplementation(" com.flextrade.jfixture:jfixture:2.7.2" )
449449 testImplementation(" com.shazam:shazamcrest:0.11" )
450450 testImplementation(" org.robolectric:robolectric:4.16" )
@@ -500,8 +500,8 @@ dependencies {
500500 implementation(" com.squareup.retrofit2:retrofit:3.0.0" )
501501 implementation(" com.squareup.retrofit2:converter-gson:3.0.0" )
502502 implementation(" com.squareup.retrofit2:converter-scalars:3.0.0" )
503- implementation(" com.squareup.okio:okio:3.16.0 " )
504- implementation(" com.squareup.okhttp3:logging-interceptor:5.2.0 " )
503+ implementation(" com.squareup.okio:okio:3.16.1 " )
504+ implementation(" com.squareup.okhttp3:logging-interceptor:5.2.1 " )
505505
506506 implementation(" com.github.bumptech.glide:glide:5.0.5" )
507507 implementation(" com.nulab-inc:zxcvbn:1.9.0" )
0 commit comments