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:
authorTobias Kaminsky <tobias@kaminsky.me>2023-06-21 09:51:38 +0300
committerGitHub <noreply@github.com>2023-06-21 09:51:38 +0300
commit46bf5a9faa656e788e2be8d18416d8b34571763f (patch)
treec37f5c38eaad71e785fb319a18f82b218dc55de4
parent72d26af3adfc2e8785851481343c372ae022c84d (diff)
parent57082316657ec46191cf2e9834cb0b40317464e0 (diff)
Merge pull request #1822 from nextcloud/dependabot/gradle/org.mockito-mockito-core-5.4.0
build(deps): Bump org.mockito:mockito-core from 5.3.1 to 5.4.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 91be38d2..1b06d2c5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -120,7 +120,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.3.1'
+ testImplementation 'org.mockito:mockito-core:5.4.0'
testImplementation 'org.robolectric:robolectric:4.10.3'
implementation fileTree(dir: 'libs', include: ['*.jar'])