Skip to content

Commit 0aa695e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core-sdk-samples/higgs-shop-sample-app/app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ dependencies {
106106
testImplementation("junit:junit:4.13.2")
107107

108108
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.3.0")
109-
androidTestImplementation("androidx.test:core:1.4.0")
110-
androidTestImplementation("androidx.test:core-ktx:1.4.0")
109+
androidTestImplementation("androidx.test:core:1.7.0")
110+
androidTestImplementation("androidx.test:core-ktx:1.7.0")
111111
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.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")
115115
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.3")
116116
androidTestImplementation("androidx.test.ext:truth:1.5.0")
117-
androidTestImplementation("androidx.test:runner:1.4.0")
117+
androidTestImplementation("androidx.test:runner:1.7.0")
118118
androidTestImplementation("com.google.truth:truth:1.3.0")
119119
androidTestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
120120

0 commit comments

Comments
 (0)