mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #5085 from nextcloud/dependabot/gradle/junit-junit-4.13
This commit is contained in:
commit
167b25089e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue