diff --git a/app/build.gradle b/app/build.gradle index 0b7b59d..6bcac04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,7 +156,7 @@ dependencies { // Leak detector // debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test:rules:1.3.0' diff --git a/rangeview/build.gradle b/rangeview/build.gradle index 72cf0c6..a656956 100644 --- a/rangeview/build.gradle +++ b/rangeview/build.gradle @@ -27,7 +27,7 @@ dependencies { api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }