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

github.com/nextcloud/Android-SingleSignOn.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-22 04:02:40 +0300
committerGitHub <noreply@github.com>2022-10-22 04:02:40 +0300
commita5ba1f07e0d513568e7282d85e29a71a9957cbeb (patch)
tree52ad1715cc1c0158e2cd17650187748803cf59f2
parentb29ea25c07de47f6ba5707cefcc473468df53de9 (diff)
Bump mockito-core from 4.8.0 to 4.8.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1) --- 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>
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index de67a61..4a68729 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -125,7 +125,7 @@ dependencies {
// Required for local unit tests (JUnit 4 framework)
testImplementation 'junit:junit:4.13.2'
// required if you want to use Mockito for unit tests
- testImplementation 'org.mockito:mockito-core:4.8.0'
+ testImplementation 'org.mockito:mockito-core:4.8.1'
}
afterEvaluate {