Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-28 10:55:29 +0300
committerGitHub <noreply@github.com>2020-12-28 10:55:29 +0300
commit533d61a6933a9685eac8e39402969b18a4765c71 (patch)
treed35e7652751b74b57f88983cdde9949691e784e0 /app/build.gradle
parentaf7a210557990b0c93bf83e21963ff1c6cf2bae8 (diff)
Bump mockito-core from 3.6.0 to 3.6.28 (#780)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.0 to 3.6.28. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.6.0...v3.6.28) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 67f4d1b84..92b07f0e6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -128,7 +128,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.1'
- testImplementation 'org.mockito:mockito-core:3.6.0'
+ testImplementation 'org.mockito:mockito-core:3.6.28'
testImplementation "org.powermock:powermock-core:2.0.9"
testImplementation "org.powermock:powermock-module-junit4:2.0.9"
testImplementation "org.powermock:powermock-api-mockito2:2.0.9"