diff --git a/app/build.gradle b/app/build.gradle index 460f9ec..6ab027b 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.25.1' + testImplementation 'org.assertj:assertj-core:3.25.3' 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"