From 6b64afda480acf1578020848f6b0896e87769b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:08:44 +0000 Subject: [PATCH] Bump androidx.test.ext:junit-ktx from 1.1.4 to 1.2.1 Bumps androidx.test.ext:junit-ktx from 1.1.4 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4fcb015..edf815e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - androidTestImplementation "androidx.test.ext:junit-ktx:1.1.4" + 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.0" }