chore(deps): bump junit in /tutorials/kotlin/MapWithMarker (#296)

This commit is contained in:
dependabot-preview[bot] 2020-09-10 18:25:23 +00:00 committed by GitHub
parent a1025265d9
commit 7fbeee0cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,6 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}