diff --git a/app/build.gradle b/app/build.gradle index cf2e718..300a038 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ dependencies { //Tests testImplementation 'junit:junit:4.13.2' - testImplementation 'org.assertj:assertj-core:3.12.2' + testImplementation 'org.assertj:assertj-core:3.16.1' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"