From 2dc9cfcb4dcb7f86f150cfc114d6c0bb222a0f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:07:11 +0000 Subject: [PATCH] chore: bump androidx.test:runner Bumps androidx.test:runner from 1.4.0 to 1.6.2. --- updated-dependencies: - dependency-name: androidx.test:runner dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts index c6ce5f6..d608d37 100644 --- a/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts +++ b/core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts @@ -115,7 +115,7 @@ dependencies { androidTestImplementation("androidx.test.ext:junit:1.1.3") androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3") androidTestImplementation("androidx.test.ext:truth:1.4.0") - androidTestImplementation("androidx.test:runner:1.4.0") + androidTestImplementation("androidx.test:runner:1.6.2") androidTestImplementation("com.google.truth:truth:1.1.3") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")