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

github.com/nextcloud/android-library.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-24 04:46:06 +0300
committerGitHub <noreply@github.com>2022-10-24 04:46:06 +0300
commit662668d966529e6b44ae01cc39210c3f27d62643 (patch)
tree342effd61ec07330708e467386a93b970f660c66
parentca986968fb7ce231a7ac994eda09f01f25c1b8bf (diff)
parente68b83fde8a587a83d8e3595e143097ed63799de (diff)
Merge pull request #979 from nextcloud/dependabot/gradle/org.mockito-mockito-core-4.8.1
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 5f3e6ea4..3bf327db 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -67,7 +67,7 @@ dependencies {
// dependencies for tests
testImplementation "junit:junit:$junit_version"
- testImplementation 'org.mockito:mockito-core:4.8.0'
+ testImplementation 'org.mockito:mockito-core:4.8.1'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
// dependencies for instrumented tests