From 8a406c2b471b25f049690fb66477ddbbcd827053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:21:09 +0000 Subject: [PATCH] Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 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] --- exampleapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleapp/build.gradle b/exampleapp/build.gradle index e00db1cd..cd785495 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -38,5 +38,5 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" androidTestUtil "androidx.test.services:test-services:1.5.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" }