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

github.com/nextcloud/Android-SingleSignOn.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-07-20 08:16:20 +0300
committerGitHub <noreply@github.com>2020-07-20 08:16:20 +0300
commitc452b6efb0ff2ace4c203f8d3e41c6792d65e71d (patch)
tree735d9983aeaf6e374f880551a031ad7cf6ff8040
parenta9a6ab8d0d8342435c81093fc473a80a17563557 (diff)
parent2d234001d41838204ca1119eae42be19d8c0500f (diff)
Merge pull request #224 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.4.30.5.2
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b9d2661..01067bd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,5 +154,5 @@ dependencies {
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13'
// required if you want to use Mockito for unit tests
- testImplementation 'org.mockito:mockito-core:3.4.0'
+ testImplementation 'org.mockito:mockito-core:3.4.3'
}