Skip to content

Commit bdb6886

Browse files
chore: bump androidx.test.ext:truth (#248)
Bumps androidx.test.ext:truth from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test.ext: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 9baf428 commit bdb6886

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
@@ -113,7 +113,7 @@ dependencies {
113113
androidTestImplementation("androidx.test:rules:1.5.0")
114114
androidTestImplementation("androidx.test.ext:junit:1.1.3")
115115
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3")
116-
androidTestImplementation("androidx.test.ext:truth:1.4.0")
116+
androidTestImplementation("androidx.test.ext:truth:1.5.0")
117117
androidTestImplementation("androidx.test:runner:1.4.0")
118118
androidTestImplementation("com.google.truth:truth:1.1.5")
119119
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")

0 commit comments

Comments
 (0)