From 3cea572a90a5d79a52c6161986277ed022a32fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:58:34 +0000 Subject: [PATCH] chore: bump com.google.truth:truth from 1.3.0 to 1.4.5 Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.3.0 to 1.4.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/compare/v1.3.0...v1.4.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-version: 1.4.5 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 f33faf9..e074c5c 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-ktx:1.1.3") androidTestImplementation("androidx.test.ext:truth:1.5.0") androidTestImplementation("androidx.test:runner:1.4.0") - androidTestImplementation("com.google.truth:truth:1.3.0") + androidTestImplementation("com.google.truth:truth:1.4.5") androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") androidTestUtil("androidx.test:orchestrator:1.4.1")