diff --git a/moka/build.gradle b/moka/build.gradle index 35d7575..6b40b67 100644 --- a/moka/build.gradle +++ b/moka/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "androidx.annotation:annotation:1.8.0" implementation "androidx.legacy:legacy-support-v4:1.0.0" - testImplementation "org.assertj:assertj-core:3.26.0" + testImplementation "org.assertj:assertj-core:3.26.3" testImplementation 'junit:junit:4.13.2' }