From cbb9a60cea512269dcef3785318cbef3e30f7c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:46:20 +0000 Subject: [PATCH] Update dependency androidx.test:orchestrator to v1.5.1 --- 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 85b6800e..3271c450 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -63,7 +63,7 @@ kaspresso = "1.5.4" androidXTestCore = "1.6.1" androidXTestRules = "1.6.1" androidXTestRunner = "1.6.2" -androidXTestOrchestrator = "1.5.0" +androidXTestOrchestrator = "1.5.1" junitKtx = "1.2.1" # https://mvnrepository.com/artifact/androidx.compose/compose-bom composeBom = "2024.09.03"