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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-24 16:12:01 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-08-24 16:31:23 +0300
commit58d52bce4dc8f881aa5d67688f8313e2e073262d (patch)
tree07053cf086fcb6580681c32319a6595b52aba8af /app
parentb1847e968c11453d6e74639d644db70df38fff3b (diff)
Bump mockito-core from 3.12.1 to 3.12.2
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.1...v3.12.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7b0e5e36..4775d403 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -118,7 +118,7 @@ dependencies {
testImplementation 'androidx.test:core:1.4.0'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.mockito:mockito-core:3.12.1'
+ testImplementation 'org.mockito:mockito-core:3.12.2'
testImplementation 'org.robolectric:robolectric:4.6.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])