From 93350118485e6687ff27f7c21a1b0e11f610d1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:24:02 +0000 Subject: [PATCH] chore(deps): bump androidx.test:runner from 1.6.1 to 1.6.2 in /app Bumps androidx.test:runner from 1.6.1 to 1.6.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c1ce33f..5621c744 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,7 +91,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.test.uiautomator:uiautomator:2.3.0' implementation 'androidx.test:core:1.6.1' - implementation 'androidx.test:runner:1.6.1' + implementation 'androidx.test:runner:1.6.2' implementation 'com.google.code.gson:gson:2.11.0' implementation 'io.netty:netty-all:4.0.41.Final' implementation 'net.gcardone.junidecode:junidecode:0.5.1'