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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-09 05:28:59 +0300
committerGitHub <noreply@github.com>2022-11-09 05:28:59 +0300
commit892b1affe91ef17f4a933d96343168902a7dbc65 (patch)
tree857f2cab96d010b93b460bde4e330b0f2b1378d1
parentd1c1e915035d5aba02e751ad75d35c02798a01dc (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--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index d9c4db9f..5f407955 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