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-08-20 04:06:09 +0300
committerGitHub <noreply@github.com>2022-08-20 04:06:09 +0300
commit72f1c0b8b5d99052d4467dc68d03034b35fff98e (patch)
tree0b6f7de22ede7ab56bfbcf7ecd76a6ae0dd264d6
parentb05363ab30a8046dc354d5c171bc9cef53a23db6 (diff)
parent116c22e5f718e97ace152634435fb809c97ffc35 (diff)
Merge pull request #477 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.7.0
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 801cb76..e098c96 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.6.1'
+ testImplementation 'org.mockito:mockito-core:4.7.0'
}
afterEvaluate {