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

github.com/nextcloud/Android-SingleSignOn.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-12 05:36:41 +0300
committerGitHub <noreply@github.com>2022-11-12 05:36:41 +0300
commit7d2366790fb409f4e742949996aed3cd488a6400 (patch)
treea152666083703b3e9caac86c1d0c915750ad0d67
parentda0c03083494384f715384744db20f83fe4f06cf (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--sample/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/build.gradle b/sample/build.gradle
index 132cd63..77d7aab 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -38,6 +38,6 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
} \ No newline at end of file