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-05-12 04:07:11 +0300
committerGitHub <noreply@github.com>2022-05-12 04:07:11 +0300
commit95f1e1066f2c901b4497dc701487888f3b5efe81 (patch)
tree0d758e46091fb32ac2a1c1352a800eca5cf121d8
parent258af3c46579d8f0ba9f1a7fe0b775184cc79a12 (diff)
Bump mockkVersion from 1.12.3 to 1.12.4dependabot/gradle/mockkVersion-1.12.4
Bumps `mockkVersion` from 1.12.3 to 1.12.4. Updates `mockk` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.3...1.12.4) Updates `mockk-android` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.3...1.12.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.mockk:mockk-android dependency-type: direct:production update-type: version-update:semver-patch ... 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 cb4e70d694..01c65ed5ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
androidLibraryVersion = "master-SNAPSHOT"
mockitoVersion = "4.5.1"
mockitoKotlinVersion = "4.0.0"
- mockkVersion = "1.12.3"
+ mockkVersion = "1.12.4"
powermockVersion = "2.0.9"
byteBuddyVersion = "1.12.10"
espressoVersion = "3.4.0"