diff --git a/app/build.gradle b/app/build.gradle index 8dc646a02..24c2e28ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -226,7 +226,7 @@ dependencies { testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'androidx.room:room-testing:2.6.0' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.2' testImplementation 'com.shazam:shazamcrest:0.11' testImplementation 'org.skyscreamer:jsonassert:1.5.1'