Skip to content

Commit cfd9a61

Browse files
Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 (#73)
Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 476316c commit cfd9a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ dependencies {
4545
implementation project(path: ':eppo')
4646
testImplementation 'junit:junit:4.13.2'
4747
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
48-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
48+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4949
}

0 commit comments

Comments
 (0)