From a1bda6969c51049654989cb04a3dd4d00474523e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:42:23 -0400 Subject: [PATCH] Update dependency androidx.test:runner to v1.6.2 (#496) Co-authored-by: renovate[bot] <29139614+renovate[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 78943c15..9ef03961 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ squareup-retrofit = "2.11.0" [libraries] android-plugin = { module = "com.android.tools.build:gradle", version = "8.5.2" } androidx-core = { module = "androidx.core:core-ktx", version = "1.13.1" } -androidx-test-runner = { module = "androidx.test:runner", version = "1.6.1" } +androidx-test-runner = { module = "androidx.test:runner", version = "1.6.2" } androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.1" } androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.06.00" }