From c8e48b01902500531d31a6d14902e54da2696c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:21:03 +0000 Subject: [PATCH] Build(deps): Bump ESPRESSO_VERSION from 3.6.0 to 3.6.1 Bumps `ESPRESSO_VERSION` from 3.6.0 to 3.6.1. Updates `androidx.test.espresso:espresso-core` from 3.6.0 to 3.6.1 Updates `androidx.test.espresso:espresso-contrib` from 3.6.0 to 3.6.1 Updates `androidx.test.espresso:espresso-intents` from 3.6.0 to 3.6.1 Updates `androidx.test.espresso:espresso-accessibility` from 3.6.0 to 3.6.1 Updates `androidx.test.espresso:espresso-web` from 3.6.0 to 3.6.1 Updates `androidx.test.espresso.idling:idling-concurrent` from 3.6.0 to 3.6.1 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.test.espresso:espresso-intents dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.test.espresso:espresso-accessibility dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.test.espresso:espresso-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.test.espresso.idling:idling-concurrent dependency-type: direct:production update-type: version-update:semver-patch ... 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 3a884ecbc..5c5f9079e 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.6.0' +final ESPRESSO_VERSION = '3.6.1' final OKHTTP_VERSION = '4.12.0' final MOCKITO_VERSION = '5.12.0' final RETROFIT_VERSION = '2.11.0'