From 2ec19e91e2534d02c8b775fba4ce0c956368698b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:44:35 +0000 Subject: [PATCH] Bump androidx.test:runner from 1.5.2 to 1.6.1 Bumps androidx.test:runner from 1.5.2 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index f1fdb48..25505b9 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -49,7 +49,7 @@ dependencies { // Tests androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test:runner:1.5.2") + androidTestImplementation("androidx.test:runner:1.6.1") androidTestImplementation("androidx.test:rules:1.5.0") androidTestImplementation("com.willowtreeapps.assertk:assertk-jvm:0.26.1") }