diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 3866f8131..69108cf9e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -134,6 +134,7 @@ + @@ -728,6 +729,14 @@ + + + + + + + + diff --git a/sample_client/build.gradle b/sample_client/build.gradle index 29b27b819..508aa751c 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.1.5' androidTestImplementation 'androidx.test:runner:1.5.2' }