From 5bc9b4451ebdf53fdd5b539e3f3ebbb025124d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:29:22 +0000 Subject: [PATCH] fix(deps): bump androidx.test:rules from 1.5.0 to 1.6.1 Bumps androidx.test:rules from 1.5.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.test:rules 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 a97362ea..9bab2739 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -92,7 +92,7 @@ dependencies { // Instrumentation Testing androidTestImplementation 'androidx.test:runner:1.6.1' - androidTestImplementation 'androidx.test:rules:1.5.0' + androidTestImplementation 'androidx.test:rules:1.6.1' androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" androidTestImplementation 'org.mockito:mockito-android:5.12.0'