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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-09 05:04:44 +0300
committerÁlvaro Brey <alvaro.brey@nextcloud.com>2022-11-09 11:12:27 +0300
commit2ce3100bbaefdd4a358c3cfcf2397ff0701ab7a1 (patch)
treeff73ce851b592f0579a8146ce81e161d66435451
parent7de0288ccd4652414e96a9215df4426b8b6ef35e (diff)
Bump junit from 1.1.3 to 1.1.4
Bumps junit from 1.1.3 to 1.1.4. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... 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 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"