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:18 +0300
committerGitHub <noreply@github.com>2022-11-09 05:28:18 +0300
commitd1c1e915035d5aba02e751ad75d35c02798a01dc (patch)
tree62bcaf4f338b7c57b56beb63164fbc627b1dc259
parent0f45e5c6a3b2fe081d0fbb6fc3f80d6876c289b8 (diff)
parent6d4aa612f4b947cbfa3934e2cef05f569848bc04 (diff)
Merge pull request #988 from nextcloud/dependabot/gradle/androidx.test-rules-1.5.0
-rw-r--r--library/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/build.gradle b/library/build.gradle
index d43267bc..d9c4db9f 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -74,7 +74,7 @@ dependencies {
// JUnit4 Rules
androidTestImplementation "junit:junit:$junit_version"
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test:rules:1.4.0'
+ androidTestImplementation 'androidx.test:rules:1.5.0'
// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.4.0'