Skip to content

Commit 10a434f

Browse files
Bump androidx.test:rules from 1.6.1 to 1.7.0
Bumps androidx.test:rules from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.test:rules dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a8e653 commit 10a434f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,15 @@ dependencies {
414414
//uiTests is the build type for testing.
415415
//noinspection FragmentGradleConfiguration
416416
uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7")
417-
uiTestsImplementation("androidx.test:core-ktx:1.6.1")
417+
uiTestsImplementation("androidx.test:core-ktx:1.7.0")
418418

419419
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
420420
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.7.0")
421421
androidTestImplementation("androidx.test.espresso:espresso-intents:3.7.0")
422422
androidTestImplementation("androidx.test.espresso:espresso-web:3.7.0")
423423
androidTestImplementation("androidx.test.ext:junit:1.3.0")
424424
androidTestImplementation("androidx.test:runner:1.7.0")
425-
androidTestImplementation("androidx.test:rules:1.6.1")
425+
androidTestImplementation("androidx.test:rules:1.7.0")
426426
androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0")
427427
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
428428
androidTestImplementation("androidx.room:room-testing:2.7.2")
@@ -431,7 +431,7 @@ dependencies {
431431
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
432432
androidTestImplementation("com.squareup.okhttp3:okhttp-tls:4.12.0")
433433
androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0")
434-
androidTestUtil("androidx.test:orchestrator:1.6.1")
434+
androidTestUtil("androidx.test:orchestrator:1.7.0")
435435

436436
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
437437
testImplementation("com.flextrade.jfixture:jfixture:2.7.2")

0 commit comments

Comments
 (0)