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:24:51 +0300
committerGitHub <noreply@github.com>2022-11-09 05:24:51 +0300
commit58562aa3fcf7d96755c4cd74cb6aa8f070bc9323 (patch)
treece1bb1dd7a6a7bb1ffbdf53bdaebc427b5bdf811
parent0f45e5c6a3b2fe081d0fbb6fc3f80d6876c289b8 (diff)
Bump espresso-core from 3.4.0 to 3.5.0
Bumps espresso-core from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 d43267bc..7e4c7f3a 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -79,7 +79,7 @@ dependencies {
// Android JUnit Runner
androidTestImplementation 'androidx.test:runner:1.4.0'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.0'
androidTestImplementation 'commons-io:commons-io:2.11.0'
}