1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-06-18 01:25:03 +02:00

Bump junit from 4.12 to 4.13

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-02 04:40:42 +00:00 committed by GitHub
parent 073a688db9
commit 398da93bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ dependencies {
// Jars
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
// Android standard libs
implementation "com.android.support:appcompat-v7:${version_library_appcompat}"