diff --git a/library/build.gradle b/library/build.gradle index e3932f68..b64c607b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation 'com.pholser:junit-quickcheck-core:0.9.2' testImplementation 'com.pholser:junit-quickcheck-generators:0.9.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test:rules:1.2.0' }