From b48c23c4b481d334c32b3489774968ed2b74c18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 05:34:11 +0000 Subject: [PATCH] Build(deps): Bump ESPRESSO_VERSION from 3.5.1 to 3.6.0 Bumps `ESPRESSO_VERSION` from 3.5.1 to 3.6.0. Updates `androidx.test.espresso:espresso-core` from 3.5.1 to 3.6.0 Updates `androidx.test.espresso:espresso-contrib` from 3.5.1 to 3.6.0 Updates `androidx.test.espresso:espresso-intents` from 3.5.1 to 3.6.0 Updates `androidx.test.espresso:espresso-accessibility` from 3.5.1 to 3.6.0 Updates `androidx.test.espresso:espresso-web` from 3.5.1 to 3.6.0 Updates `androidx.test.espresso.idling:idling-concurrent` from 3.5.1 to 3.6.0 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-accessibility dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso.idling:idling-concurrent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index d6d32fdc9..1014cef72 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -118,7 +118,7 @@ repositories { final DAGGER_VERSION = '2.51.1' final GLIDE_VERSION = '4.16.0' -final ESPRESSO_VERSION = '3.5.1' +final ESPRESSO_VERSION = '3.6.0' final OKHTTP_VERSION = '4.12.0' final MOCKITO_VERSION = '5.12.0' final RETROFIT_VERSION = '2.11.0'