diff --git a/android-core/build.gradle b/android-core/build.gradle index e92819e43..36e20e168 100644 --- a/android-core/build.gradle +++ b/android-core/build.gradle @@ -153,7 +153,7 @@ dependencies { androidTestImplementation project(':testutils') if (useOrchestrator()) { - androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestUtil 'androidx.test:orchestrator:1.4.2' } androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" diff --git a/testutils/build.gradle b/testutils/build.gradle index ee24ebfdb..e2a10572f 100644 --- a/testutils/build.gradle +++ b/testutils/build.gradle @@ -64,7 +64,7 @@ dependencies { androidTestImplementation project(':android-core') } - androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:rules:1.5.0' androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'