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

github.com/nextcloud/android-library.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:14:50 +0300
committerGitHub <noreply@github.com>2022-11-09 11:14:50 +0300
commit08996dc13852bede7a9a7d197f5bdf399b5da0c6 (patch)
treeec8814c4586d611688ed7628101fd509e8be2f75
parentcff3847ca5867f407e9933578e1e8c09fbec3c9d (diff)
parent892b1affe91ef17f4a933d96343168902a7dbc65 (diff)
Merge pull request #991 from nextcloud/dependabot/gradle/androidx.test.ext-junit-1.1.4
Bump junit from 1.1.3 to 1.1.4
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 19248068..364dcf31 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -73,7 +73,7 @@ dependencies {
// dependencies for instrumented tests
// JUnit4 Rules
androidTestImplementation "junit:junit:$junit_version"
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test:rules:1.5.0'
// Android JUnit Runner