From 1bdc47841b9ccc73797cc395f13be87e4fd49e2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:56:28 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:monitor to v1.7.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- sample_client/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample_client/build.gradle b/sample_client/build.gradle index e50cb7247..2165910ec 100644 --- a/sample_client/build.gradle +++ b/sample_client/build.gradle @@ -56,9 +56,9 @@ dependencies { implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation "org.jacoco:org.jacoco.agent:$jacoco_version:runtime" - implementation 'androidx.test:monitor:1.6.1' + implementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test:monitor:1.6.1' + androidTestImplementation 'androidx.test:monitor:1.7.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test:runner:1.5.2' }