From 1cf250d08c3ce21149d932bbb5b2a0e6c6c9862a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:51:54 +0000 Subject: [PATCH] Bump androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1 Bumps androidx.test.espresso:espresso-core 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 ... Signed-off-by: dependabot[bot] --- serviceLibrary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serviceLibrary/build.gradle b/serviceLibrary/build.gradle index 5834fc10..48d39a83 100644 --- a/serviceLibrary/build.gradle +++ b/serviceLibrary/build.gradle @@ -68,7 +68,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" androidTestUtil "androidx.test.services:test-services:1.4.2" - androidTestImplementation "androidx.test.espresso:espresso-core:3.6.0" + androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" androidTestImplementation "androidx.test:rules:1.6.0" }