Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 19, 2021
1 parent 2dc3706 commit 5f112e5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion communications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion constraintlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion navigation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies {

implementation project(':core')

testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
}

0 comments on commit 5f112e5

Please sign in to comment.