From feb7fa7c3131dd2818b67e793c1902742561b5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 02:34:13 +0000 Subject: [PATCH] Bump androidx.test.services:test-services from 1.4.2 to 1.5.0 Bumps androidx.test.services:test-services from 1.4.2 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test.services:test-services 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 39936ea6..e00db1cd 100644 --- a/exampleapp/build.gradle +++ b/exampleapp/build.gradle @@ -37,6 +37,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5" - androidTestUtil "androidx.test.services:test-services:1.4.2" + androidTestUtil "androidx.test.services:test-services:1.5.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.5.1" }