From 4caaf888008b9a2caf142b568a35dabbd8c8cc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:01:27 +0000 Subject: [PATCH] Bump androidx.test.ext:junit from 1.2.1 to 1.3.0 Bumps androidx.test.ext:junit from 1.2.1 to 1.3.0. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index bfe00407..e22046b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation "com.mikepenz:aboutlibraries-core:11.2.3" implementation "com.mikepenz:aboutlibraries:11.2.3" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation 'com.anggrayudi:storage:1.5.6'