diff --git a/affectedmoduledetector/build.gradle b/affectedmoduledetector/build.gradle index dcf16e7..54c6411 100644 --- a/affectedmoduledetector/build.gradle +++ b/affectedmoduledetector/build.gradle @@ -30,5 +30,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") }