Skip to content

Commit

Permalink
Update JUnit to 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Oct 12, 2020
1 parent 4dc0c77 commit 42f87fc
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 @@ -86,7 +86,7 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.11.3'
implementation 'joda-time:joda-time:2.10.6'

testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
testImplementation 'com.google.truth:truth:1.0.1'

// https://developer.android.com/training/testing/set-up-project#android-test-dependencies
Expand Down

0 comments on commit 42f87fc

Please sign in to comment.