From d9c6f07c5895e734cf6733f570ead71a578c8d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 21:03:14 +0000 Subject: [PATCH] :arrow_up: Bump junit from 1.1.1 to 1.1.5 Bumps junit from 1.1.1 to 1.1.5. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- filepicker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filepicker/build.gradle b/filepicker/build.gradle index 00d40ca..59a1c04 100644 --- a/filepicker/build.gradle +++ b/filepicker/build.gradle @@ -50,6 +50,6 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.2' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' }