diff --git a/app/build.gradle b/app/build.gradle index 0994783e..13391447 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ android { dependencies { - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' implementation fileTree(dir: 'libs', include: ['*.jar']) debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' diff --git a/communications/build.gradle b/communications/build.gradle index 0ac9b349..acb62dae 100644 --- a/communications/build.gradle +++ b/communications/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation parent.ext.appCompat implementation parent.ext.supportAnnotations - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation project(':test') androidTestImplementation 'androidx.test:runner:1.3.0' diff --git a/constraintlayout/build.gradle b/constraintlayout/build.gradle index 447c221a..92c160f2 100644 --- a/constraintlayout/build.gradle +++ b/constraintlayout/build.gradle @@ -9,7 +9,7 @@ dependencies { implementation parent.ext.constraintLayout implementation project(':view') - 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' } diff --git a/core/build.gradle b/core/build.gradle index 8b9d0027..e997fb5a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation parent.ext.ktxCore implementation parent.ext.appCompat - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation parent.ext.appCompat androidTestImplementation parent.ext.testCore diff --git a/material/build.gradle b/material/build.gradle index 999a8031..9708408f 100644 --- a/material/build.gradle +++ b/material/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation project(':core') implementation project(':view') - 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' } diff --git a/navigation/build.gradle b/navigation/build.gradle index 05000902..6e63f5cf 100644 --- a/navigation/build.gradle +++ b/navigation/build.gradle @@ -10,7 +10,7 @@ dependencies { implementation project(':core') implementation project(':savedstate') - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation project(':test') androidTestImplementation parent.ext.appCompat diff --git a/recyclerview/build.gradle b/recyclerview/build.gradle index 77476d24..da888b3c 100644 --- a/recyclerview/build.gradle +++ b/recyclerview/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation project(':view') implementation project(':functions') - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file diff --git a/test/build.gradle b/test/build.gradle index 5a829b26..02379b19 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -7,7 +7,7 @@ dependencies { implementation parent.ext.appCompat implementation parent.ext.recyclerView - implementation 'junit:junit:4.13.1' + implementation 'junit:junit:4.13.2' implementation 'org.hamcrest:hamcrest-library:2.2' implementation parent.ext.mockitoAndroid diff --git a/view/build.gradle b/view/build.gradle index 39c1a150..16951821 100644 --- a/view/build.gradle +++ b/view/build.gradle @@ -17,5 +17,5 @@ dependencies { implementation project(':core') - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' } \ No newline at end of file