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

github.com/nextcloud/android.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-15 04:31:45 +0300
committerGitHub <noreply@github.com>2022-08-15 04:31:45 +0300
commit63fade04313387a3f1619c19e9a6134647b36026 (patch)
tree6665ab3732878bc5720d16ff2af93c9a16cb6785
parentce4980a2684df086fd96e417284aeaaca278b526 (diff)
Bump mockitoVersion from 4.6.1 to 4.7.0dependabot/gradle/mockitoVersion-4.7.0
Bumps `mockitoVersion` from 4.6.1 to 4.7.0. Updates `mockito-core` from 4.6.1 to 4.7.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0) Updates `mockito-android` from 4.6.1 to 4.7.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 435ad19a78..2803f246ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "master-SNAPSHOT"
- mockitoVersion = "4.6.1"
+ mockitoVersion = "4.7.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.5"
espressoVersion = "3.4.0"