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

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-09 11:59:02 +0300
committerGitHub <noreply@github.com>2022-11-09 11:59:02 +0300
commit90306642627e878789570a96bc415f0dd18f5d2e (patch)
treeff73ce851b592f0579a8146ce81e161d66435451
parent7de0288ccd4652414e96a9215df4426b8b6ef35e (diff)
parent2ce3100bbaefdd4a358c3cfcf2397ff0701ab7a1 (diff)
Merge pull request #11012 from nextcloud/dependabot/gradle/androidx.test.ext-junit-1.1.4
Bump junit from 1.1.3 to 1.1.4
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f99309c9ce..a2486eca0b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -318,7 +318,7 @@ dependencies {
// dependencies for instrumented tests
// JUnit4 Rules
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation "androidx.test:rules:$androidxTestVersion"
// Android JUnit Runner
androidTestImplementation "androidx.test:runner:$androidxTestVersion"