Skip to content

Commit a9a9955

Browse files
chore: bump androidx.test.espresso:espresso-intents (#251)
Bumps androidx.test.espresso:espresso-intents from 3.4.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-intents 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 bdb6886 commit a9a9955

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
@@ -109,7 +109,7 @@ dependencies {
109109
androidTestImplementation("androidx.test:core:1.4.0")
110110
androidTestImplementation("androidx.test:core-ktx:1.4.0")
111111
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
112-
androidTestImplementation("androidx.test.espresso:espresso-intents:3.4.0")
112+
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")
115115
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3")

0 commit comments

Comments
 (0)