diff --git a/library/build.gradle b/library/build.gradle index f6a8ab816..0dd0858d9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -77,7 +77,7 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.5.0' // Android JUnit Runner - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' diff --git a/sample_client/build.gradle b/sample_client/build.gradle index fbb050643..72fbfa845 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -48,5 +48,5 @@ dependencies { androidTestImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:monitor:1.6.0' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.2' }