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-09-08 04:06:22 +0300
committerGitHub <noreply@github.com>2022-09-08 04:06:22 +0300
commit1131c2ce51761667a16cad482c142cc1047c98e3 (patch)
tree6bea0b15af5ddc706b6a822130899712efe13ea1
parentde7f78f59ce816fd2adc5d26501ee39f362f7f6e (diff)
Bump mockito-core from 4.7.0 to 4.8.0dependabot/gradle/org.mockito-mockito-core-4.8.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index eeff270f..472b9b1d 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.7.0'
+ testImplementation 'org.mockito:mockito-core:4.8.0'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
// dependencies for instrumented tests