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-10-22 04:05:49 +0300
committerGitHub <noreply@github.com>2022-10-22 04:05:49 +0300
commitb632dece13f70e2ba309bbfd87f72e0260c11b77 (patch)
tree52ad1715cc1c0158e2cd17650187748803cf59f2
parentb29ea25c07de47f6ba5707cefcc473468df53de9 (diff)
parenta5ba1f07e0d513568e7282d85e29a71a9957cbeb (diff)
Merge pull request #491 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.8.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 de67a61..4a68729 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.8.0'
+ testImplementation 'org.mockito:mockito-core:4.8.1'
}
afterEvaluate {