diff --git a/moka/build.gradle b/moka/build.gradle index 3edd67a..08e8951 100644 --- a/moka/build.gradle +++ b/moka/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation "androidx.annotation:annotation:1.9.1" implementation "androidx.legacy:legacy-support-v4:1.0.0" - testImplementation "org.assertj:assertj-core:3.27.2" + testImplementation "org.assertj:assertj-core:3.27.3" testImplementation 'junit:junit:4.13.2' }