Skip to content

Commit 3cea572

Browse files
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](google/truth@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] <[email protected]>
1 parent bd2c330 commit 3cea572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies {
115115
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3")
116116
androidTestImplementation("androidx.test.ext:truth:1.5.0")
117117
androidTestImplementation("androidx.test:runner:1.4.0")
118-
androidTestImplementation("com.google.truth:truth:1.3.0")
118+
androidTestImplementation("com.google.truth:truth:1.4.5")
119119
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
120120

121121
androidTestUtil("androidx.test:orchestrator:1.4.1")

0 commit comments

Comments
 (0)