From 6d4626a78edbbae53787b1c071b7d5d5a8eca80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:58:12 +0000 Subject: [PATCH] chore: bump androidx.test:rules from 1.5.0 to 1.7.0 Bumps androidx.test:rules from 1.5.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-version: 1.7.0 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f33faf9b..98f1dad9 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 @@ -110,10 +110,10 @@ dependencies { androidTestImplementation("androidx.test:core-ktx:1.4.0") androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") androidTestImplementation("androidx.test.espresso:espresso-intents:3.5.1") - androidTestImplementation("androidx.test:rules:1.5.0") + androidTestImplementation("androidx.test:rules:1.7.0") androidTestImplementation("androidx.test.ext:junit:1.1.3") androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3") - androidTestImplementation("androidx.test.ext:truth:1.5.0") + androidTestImplementation("androidx.test.ext:truth:1.7.0") androidTestImplementation("androidx.test:runner:1.4.0") androidTestImplementation("com.google.truth:truth:1.3.0") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")