From b1a03207368b52857772ce9d4474489000ead06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:41:20 +0000 Subject: [PATCH] chore(deps): bump androidx.test:runner from 1.5.2 to 1.6.1 in /app Bumps androidx.test:runner from 1.5.2 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:runner 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 50ba527d..fefbe70e 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.0' - implementation 'androidx.test:runner:1.5.2' + implementation 'androidx.test:runner:1.6.1' 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'