Update dependency junit:junit to v4.13.2
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
renovate 2021-10-15 21:01:28 +00:00
parent fd33172250
commit ffde0ae208
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
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'
}