From bf0a711e7c5d8440856901bf803873eba1578c15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:42:32 +0000 Subject: [PATCH] chore(deps): update androidx.test to v1.6.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 09e9222ec..c2c33d159 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ autoDsl = "2.4.0" junit = "4.13.2" hamcrest = "3.0" -androidx-test = "1.5.0" +androidx-test = "1.6.1" androidx-test-runner = "1.5.2" androidx-junit = "1.1.5" nexusPublish = "2.0.0"