From da8f3ce4121910d7e13cffabca94f63c988d3cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:21:22 +0000 Subject: [PATCH] Bump androidx.test.ext:junit-ktx from 1.1.5 to 1.2.1 Bumps androidx.test.ext:junit-ktx from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/build.gradle b/sample/build.gradle index fe5423fe..263b0b23 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" androidTestImplementation 'com.github.AppDevNext:Moka:1.6' - androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" + androidTestImplementation "androidx.test.ext:junit-ktx:1.2.1" androidTestUtil "androidx.test.services:test-services:1.5.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" androidTestImplementation "androidx.test:rules:1.5.0" // GrantPermissionRule