From 8e39805742389e9e4e18878699d51eadf43d3cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:16:16 +0000 Subject: [PATCH] Bump androidx.test.espresso:espresso-core from 3.5.0 to 3.6.1 Bumps androidx.test.espresso:espresso-core from 3.5.0 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core 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 4fcb015..a53b640 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.1.4" androidTestUtil "androidx.test.services:test-services:1.5.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.5.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" } static def getGitCommitCount() {