Skip to content

Commit f23900f

Browse files
chore: bump androidx.test.espresso:espresso-core from 3.4.0 to 3.7.0
Bumps androidx.test.espresso:espresso-core from 3.4.0 to 3.7.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd2c330 commit f23900f

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
@@ -108,7 +108,7 @@ dependencies {
108108
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.3.0")
109109
androidTestImplementation("androidx.test:core:1.4.0")
110110
androidTestImplementation("androidx.test:core-ktx:1.4.0")
111-
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
111+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
112112
androidTestImplementation("androidx.test.espresso:espresso-intents:3.5.1")
113113
androidTestImplementation("androidx.test:rules:1.5.0")
114114
androidTestImplementation("androidx.test.ext:junit:1.1.3")

0 commit comments

Comments
 (0)