Merge pull request #5085 from nextcloud/dependabot/gradle/junit-junit-4.13

This commit is contained in:
dependabot-preview[bot] 2020-01-02 16:38:35 +00:00 committed by GitHub
commit 167b25089e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,7 +350,7 @@ dependencies {
kapt "io.noties:prism4j-bundler:$prismVersion"
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.2.4'
testImplementation 'androidx.test:core:1.2.0'
testImplementation 'org.powermock:powermock-core:2.0.4'