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-09-10 05:15:34 +0300
committerGitHub <noreply@github.com>2022-09-10 05:15:34 +0300
commit0dc29e813f772110b5b9183c80a9b2d465b3043a (patch)
tree507ff0dbae6006fec3c88364ad172e4f624341c4
parent4be49dbf2be272f0b777a6cd20c667c4c39bc97b (diff)
parent938125064ea991befd59bb832fe1ba17042007d3 (diff)
Merge pull request #479 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.8.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 98293bc..107d0db 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.7.0'
+ testImplementation 'org.mockito:mockito-core:4.8.0'
}
afterEvaluate {