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
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-01-21 17:49:05 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2024-01-21 18:08:10 +0300
commitadf1a21afba16c84761614042eb2d1f91ee19098 (patch)
tree8c74e86b4eae69e6503dc95b23abdfe7e834393c
parente63eca94ff2e67fed9a8d833645dbf7d079d351d (diff)
bump mockito from 5.7.0 to 5.9.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index d80b1edc..b291580d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -126,7 +126,7 @@ dependencies {
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'junit:junit:4.13.2'
- testImplementation 'org.mockito:mockito-core:5.7.0'
+ testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation 'org.robolectric:robolectric:4.11.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])