From b76ab5dc4bf1c6159af58a4baaa5acbb53887377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 21:47:12 +0000 Subject: [PATCH] Bump espresso-core from 3.4.0 to 3.5.0 Bumps espresso-core from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- benchmark/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 32441d8f..eada5881 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,7 +123,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' androidTestImplementation 'androidx.arch.core:core-testing:2.1.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3' diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 216b38e1..4119724f 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -41,7 +41,7 @@ android { dependencies { implementation 'androidx.test.ext:junit:1.1.3' - implementation 'androidx.test.espresso:espresso-core:3.4.0' + implementation 'androidx.test.espresso:espresso-core:3.5.0' implementation 'androidx.test.uiautomator:uiautomator:2.2.0' implementation 'androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha08' }