diff --git a/moka/build.gradle b/moka/build.gradle index 704a09e..d0de46c 100644 --- a/moka/build.gradle +++ b/moka/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "androidx.annotation:annotation:1.6.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" - testImplementation "org.assertj:assertj-core:3.24.2" + testImplementation "org.assertj:assertj-core:3.26.0" testImplementation 'junit:junit:4.13.2' }