1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2024-07-01 07:46:46 +02:00

Bump junit from 4.12 to 4.13 (#261)

This commit is contained in:
dependabot-preview[bot] 2020-01-02 07:52:49 +00:00 committed by Gregor Santner
parent 073a688db9
commit 7663cbe3db

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}"