mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Bump junit from 4.13.1 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fadda0d76f
commit
c15aa52911
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ dependencies {
|
|||
kapt "io.noties:prism4j-bundler:$prismVersion"
|
||||
|
||||
// dependencies for local unit tests
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
||||
testImplementation 'androidx.test:core:1.3.0'
|
||||
testImplementation "org.powermock:powermock-core:$powermockVersion"
|
||||
|
|
Loading…
Reference in a new issue