diff --git a/affectedmoduledetector/build.gradle b/affectedmoduledetector/build.gradle index 260a9a7..c3657d1 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("org.mockito.kotlin:mockito-kotlin:6.0.0") - testImplementation("com.google.truth:truth:1.4.2") + testImplementation("com.google.truth:truth:1.4.5") }