diff --git a/affectedmoduledetector/build.gradle b/affectedmoduledetector/build.gradle index cf465e62..427a9c20 100644 --- a/affectedmoduledetector/build.gradle +++ b/affectedmoduledetector/build.gradle @@ -17,7 +17,7 @@ java { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - testImplementation("junit:junit:4.13.1") + testImplementation("junit:junit:4.13.2") testImplementation("com.nhaarman:mockito-kotlin:1.5.0") testImplementation("com.google.truth:truth:1.0.1") }