Skip to content

Commit 9baf428

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

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
@@ -110,7 +110,7 @@ dependencies {
110110
androidTestImplementation("androidx.test:core-ktx:1.4.0")
111111
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
112112
androidTestImplementation("androidx.test.espresso:espresso-intents:3.4.0")
113-
androidTestImplementation("androidx.test:rules:1.4.0")
113+
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")
116116
androidTestImplementation("androidx.test.ext:truth:1.4.0")

0 commit comments

Comments
 (0)