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

github.com/stefan-niedermann/nextcloud-deck.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>2024-01-22 15:51:45 +0300
committerGitHub <noreply@github.com>2024-01-22 15:51:45 +0300
commit87bce9cac907a59dde54f43cb1506d77fb2b5f53 (patch)
tree9d66804bf6911fd1816eda208e0f10e0a4808773
parent18193ece2715cf7ac60411ce65a09b34b246753b (diff)
build(deps): Bump org.mockito:mockito-core from 5.7.0 to 5.9.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.7.0 to 5.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.9.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--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4a9758396..f1353b608 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -139,7 +139,7 @@ dependencies {
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.11.1'
- testImplementation 'org.mockito:mockito-core:5.7.0'
+ testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
}