Skip to content

Commit ec6f574

Browse files
[dependabot]: Bump androidx.test.espresso:espresso-core
Bumps androidx.test.espresso:espresso-core 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b1209f commit ec6f574

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/espresso/android/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464

6565
testImplementation 'junit:junit:4.13.2'
6666
testImplementation "com.google.truth:truth:1.4.4"
67-
api 'androidx.test.espresso:espresso-core:3.6.1'
67+
api 'androidx.test.espresso:espresso-core:3.7.0'
6868

6969
// Core library
7070
api 'androidx.test:core:1.7.0'
@@ -79,18 +79,18 @@ dependencies {
7979
api 'com.google.truth:truth:1.4.4'
8080

8181
// Espresso dependencies
82-
api 'androidx.test.espresso:espresso-core:3.6.1'
83-
api 'androidx.test.espresso:espresso-contrib:3.6.1'
84-
api 'androidx.test.espresso:espresso-intents:3.6.1'
85-
api 'androidx.test.espresso:espresso-accessibility:3.6.1'
86-
api 'androidx.test.espresso:espresso-web:3.6.1'
87-
api 'androidx.test.espresso.idling:idling-concurrent:3.6.1'
82+
api 'androidx.test.espresso:espresso-core:3.7.0'
83+
api 'androidx.test.espresso:espresso-contrib:3.7.0'
84+
api 'androidx.test.espresso:espresso-intents:3.7.0'
85+
api 'androidx.test.espresso:espresso-accessibility:3.7.0'
86+
api 'androidx.test.espresso:espresso-web:3.7.0'
87+
api 'androidx.test.espresso.idling:idling-concurrent:3.7.0'
8888

8989
// The following Espresso dependency can be either "implementation"
9090
// or "androidTestImplementation", depending on whether you want the
9191
// dependency to appear on your APK's compile classpath or the test APK
9292
// classpath.
93-
api 'androidx.test.espresso:espresso-idling-resource:3.6.1'
93+
api 'androidx.test.espresso:espresso-idling-resource:3.7.0'
9494
}
9595

9696

0 commit comments

Comments
 (0)