From 41b34b4778ca8c2bfacc40363cdde7ed6b567108 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:23:33 +0000 Subject: [PATCH] fix(deps): update dependency androidx.test:core to v1.6.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 90bc3327..aae8c293 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -137,7 +137,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' // Testing - testImplementation 'androidx.test:core:1.6.0' + testImplementation 'androidx.test:core:1.6.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0'