mirror of
https://github.com/gsantner/dandelion
synced 2024-11-16 01:12:08 +01: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:
parent
073a688db9
commit
398da93bdf
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue