diff --git a/library/build.gradle b/library/build.gradle index 2fa5726..6196dd7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation "com.google.accompanist:accompanist-flowlayout:$accompanist_version" - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file