From 2df9159c64612120b0a95416499aacd8df883412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 04:19:46 +0000 Subject: [PATCH] Bump androidx.room:room-testing from 2.5.1 to 2.5.2 Bumps androidx.room:room-testing from 2.5.1 to 2.5.2. --- updated-dependencies: - dependency-name: androidx.room:room-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1ab6d437b..8d87264a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -232,7 +232,7 @@ dependencies { testImplementation 'androidx.test.espresso:espresso-intents:3.5.1' testImplementation 'androidx.test.espresso:espresso-contrib:3.5.1' testImplementation 'androidx.arch.core:core-testing:2.2.0' - testImplementation 'androidx.room:room-testing:2.5.1' + testImplementation 'androidx.room:room-testing:2.5.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.14.2' testImplementation 'com.shazam:shazamcrest:0.11'