From e44fdda30ccd4a49b20a9690f1cae2efa6c87a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:21:13 +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] --- exampleapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1cd..9b42637c 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation "com.github.AppDevNext.Logcat:LogcatCoreLib:3.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - 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" }