Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 09678f3

Browse files
[espresso]: Bump espresso-core in /packages/espresso/android
Bumps espresso-core from 3.1.1 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9206bc commit 09678f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/espresso/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation 'junit:junit:4.13.2'
6060
testImplementation "com.google.truth:truth:1.0"
6161
api 'androidx.test:runner:1.1.1'
62-
api 'androidx.test.espresso:espresso-core:3.1.1'
62+
api 'androidx.test.espresso:espresso-core:3.5.1'
6363

6464
// Core library
6565
api 'androidx.test:core:1.0.0'
@@ -74,7 +74,7 @@ dependencies {
7474
api 'com.google.truth:truth:0.42'
7575

7676
// Espresso dependencies
77-
api 'androidx.test.espresso:espresso-core:3.1.0'
77+
api 'androidx.test.espresso:espresso-core:3.5.1'
7878
api 'androidx.test.espresso:espresso-contrib:3.1.0'
7979
api 'androidx.test.espresso:espresso-intents:3.1.0'
8080
api 'androidx.test.espresso:espresso-accessibility:3.5.1'

0 commit comments

Comments
 (0)