diff --git a/sample_client/build.gradle b/sample_client/build.gradle index e50cb7247..2165910ec 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime" - implementation 'androidx.test:monitor:1.6.1' + implementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:monitor:1.6.1' + androidTestImplementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:runner:1.5.2' }