Skip to content

Commit

Permalink
Merge pull request #3 from guyou/dependabot/gradle/junit-junit-4.13.2
Browse files Browse the repository at this point in the history
Bump junit from 4.12 to 4.13.2
  • Loading branch information
guyou authored Jun 2, 2022
2 parents d62f4e5 + f11f2ce commit 744b3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:support-vector-drawable:28.0.0'
testImplementation 'junit:junit:4.12'
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'
}

0 comments on commit 744b3bd

Please sign in to comment.