Skip to content

Commit bd2c330

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

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.1.5")
118+
androidTestImplementation("com.google.truth:truth:1.3.0")
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)