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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-23 05:18:37 +0300
committerGitHub <noreply@github.com>2022-04-23 05:18:37 +0300
commitbcf21c54a7f8998be5141211c2406fa63050360e (patch)
treeffc2284679840be5e9e7bb7be9d83df141c1aced
parent61577afd7ab8edda808a8f726cc46ddce16b84b8 (diff)
parentb4539d816b770a7517d05b25151d9bb4019ec747 (diff)
Merge pull request #451 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.5.1
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index dc01174..1bdba2e 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -125,7 +125,7 @@ dependencies {
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'
// required if you want to use Mockito for unit tests
- testImplementation 'org.mockito:mockito-core:4.4.0'
+ testImplementation 'org.mockito:mockito-core:4.5.1'
}
afterEvaluate {