From 937bf3abd9e8bdde3e33005ce97b0c404fd4c209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:02:34 +0000 Subject: [PATCH] chore(deps): bump androidx.test:core from 1.4.0 to 1.5.0 in /app Bumps androidx.test:core from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test: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 ac9516b50..d07a5b78c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { // https://download.eclipse.org/oomph/archive/reports/download.eclipse.org/releases/2021-09/index/org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120.html implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.test.uiautomator:uiautomator:2.2.0' - implementation 'androidx.test:core:1.4.0' + implementation 'androidx.test:core:1.5.0' implementation 'androidx.test:runner:1.4.0' implementation 'com.google.code.gson:gson:2.10.1' //noinspection GradleDependency