From 95ac5e726e5faa03b3b27b67812bee239e53ddcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 04:43:23 -0300 Subject: [PATCH] chore(deps): bump androidx.test:runner from 1.4.0 to 1.5.2 (#2394) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d6a357332a..829826b2fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -76,7 +76,7 @@ androidx-test-core = "1.5.0" androidx-test-extensions = "1.1.5" androidx-test-orchestrator = "1.4.2" androidx-test-rules = "1.4.0" -androidx-test-runner = "1.4.0" +androidx-test-runner = "1.5.2" androidx-test-uiAutomator = "2.2.0" androidx-text-archCore = "2.1.0" junit4 = "4.13.2"