diff --git a/affectedmoduledetector/build.gradle b/affectedmoduledetector/build.gradle index d57ace8..310e41d 100644 --- a/affectedmoduledetector/build.gradle +++ b/affectedmoduledetector/build.gradle @@ -34,5 +34,5 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" testImplementation("junit:junit:4.13.2") testImplementation("com.nhaarman:mockito-kotlin:1.6.0") - testImplementation("com.google.truth:truth:1.1.3") + testImplementation("com.google.truth:truth:1.4.4") }