Skip to content

Commit 97e2d62

Browse files
Bump the espresso group with 5 updates
Bumps the espresso group with 5 updates: | Package | From | To | | --- | --- | --- | | androidx.test.espresso:espresso-core | `3.6.1` | `3.7.0` | | androidx.test.espresso:espresso-contrib | `3.6.1` | `3.7.0` | | androidx.test.espresso:espresso-intents | `3.6.1` | `3.7.0` | | androidx.test.espresso:espresso-web | `3.6.1` | `3.7.0` | | androidx.test.espresso:espresso-idling-resource | `3.6.1` | `3.7.0` | Updates `androidx.test.espresso:espresso-core` from 3.6.1 to 3.7.0 Updates `androidx.test.espresso:espresso-contrib` from 3.6.1 to 3.7.0 Updates `androidx.test.espresso:espresso-intents` from 3.6.1 to 3.7.0 Updates `androidx.test.espresso:espresso-web` from 3.6.1 to 3.7.0 Updates `androidx.test.espresso:espresso-idling-resource` from 3.6.1 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 dependency-group: espresso - dependency-name: androidx.test.espresso:espresso-contrib dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: espresso - dependency-name: androidx.test.espresso:espresso-intents dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: espresso - dependency-name: androidx.test.espresso:espresso-web dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: espresso - dependency-name: androidx.test.espresso:espresso-idling-resource dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: espresso ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0c8e5f commit 97e2d62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ dependencies {
416416
uiTestsImplementation("androidx.fragment:fragment-testing:1.8.7")
417417
uiTestsImplementation("androidx.test:core-ktx:1.6.1")
418418

419-
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
420-
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.6.1")
421-
androidTestImplementation("androidx.test.espresso:espresso-intents:3.6.1")
422-
androidTestImplementation("androidx.test.espresso:espresso-web:3.6.1")
419+
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
420+
androidTestImplementation("androidx.test.espresso:espresso-contrib:3.7.0")
421+
androidTestImplementation("androidx.test.espresso:espresso-intents:3.7.0")
422+
androidTestImplementation("androidx.test.espresso:espresso-web:3.7.0")
423423
androidTestImplementation("androidx.test.ext:junit:1.3.0")
424424
androidTestImplementation("androidx.test:runner:1.6.2")
425425
androidTestImplementation("androidx.test:rules:1.6.1")
@@ -453,7 +453,7 @@ dependencies {
453453
implementation("androidx.recyclerview:recyclerview:1.4.0")
454454
implementation("androidx.recyclerview:recyclerview-selection:1.2.0")
455455
implementation("androidx.constraintlayout:constraintlayout:2.2.1")
456-
implementation("androidx.test.espresso:espresso-idling-resource:3.6.1")
456+
implementation("androidx.test.espresso:espresso-idling-resource:3.7.0")
457457
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
458458
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2")
459459
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.9.2")

0 commit comments

Comments
 (0)