From da795df33ee2c2252438544a56e2a3128c3c0b45 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 16 Nov 2022 17:46:45 -0700 Subject: [PATCH] Bump test dependencies --- plausible/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' }