Skip to content

Commit 403df23

Browse files
chore: bump com.google.truth:truth (#200)
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/google/truth/releases) - [Commits](google/truth@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52f33f7 commit 403df23

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.4.0")
117117
androidTestImplementation("androidx.test:runner:1.4.0")
118-
androidTestImplementation("com.google.truth:truth:1.1.4")
118+
androidTestImplementation("com.google.truth:truth:1.1.5")
119119
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
120120

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

0 commit comments

Comments
 (0)