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:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2024-01-22 16:20:58 +0300
committerGitHub <noreply@github.com>2024-01-22 16:20:58 +0300
commitb8c1f9a5af5497613b7cd1b87afe47b3d281cb8c (patch)
tree72d7b0b6917ed148f171117af91f975d3609a86b
parentf139e40982a6eb26a4c523156846a95fe9b7df0d (diff)
parent87bce9cac907a59dde54f43cb1506d77fb2b5f53 (diff)
Merge pull request #1568 from stefan-niedermann/dependabot/gradle/org.mockito-mockito-core-5.9.0
build(deps): Bump org.mockito:mockito-core from 5.7.0 to 5.9.0
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6ac993954..e794744c4 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'
}