From a12cfccdbe737690ea584da405fd2c2075269169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:17:32 +0000 Subject: [PATCH] fix(deps): bump core from 1.4.0 to 1.5.0 Bumps core from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 9aa0d009..03085f34 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -78,7 +78,7 @@ dependencies { // Testing testImplementation 'junit:junit:4.13.2' - testImplementation 'androidx.test:core:1.4.0' + testImplementation 'androidx.test:core:1.5.0' testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion" testImplementation 'org.robolectric:robolectric:4.9' testImplementation 'org.mockito:mockito-inline:4.7.0'