diff --git a/plausible/build.gradle b/plausible/build.gradle index a014b11..390dde3 100644 --- a/plausible/build.gradle +++ b/plausible/build.gradle @@ -61,8 +61,8 @@ dependencies { testImplementation "com.squareup.okhttp3:mockwebserver:$okhttp_version" testImplementation 'org.robolectric:robolectric:4.9' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestUtil 'androidx.test:orchestrator:1.4.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestUtil 'androidx.test:orchestrator:1.4.2' }