diff --git a/app/build.gradle b/app/build.gradle index 4d05015..5a068a3 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.16.1' + testImplementation 'org.assertj:assertj-core:3.25.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"