From 538c2e242e5f0781a11586c6b36f9f5eb8647dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:24:16 +0000 Subject: [PATCH] Bump robolectric from 4.7.1 to 4.7.3 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.1 to 4.7.3. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.1...robolectric-4.7.3) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- matrix-sdk-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/build.gradle b/matrix-sdk-android/build.gradle index 45aadd65d32..ec0613d9f7d 100644 --- a/matrix-sdk-android/build.gradle +++ b/matrix-sdk-android/build.gradle @@ -161,7 +161,7 @@ dependencies { implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.37' testImplementation libs.tests.junit - testImplementation 'org.robolectric:robolectric:4.7.1' + testImplementation 'org.robolectric:robolectric:4.7.3' //testImplementation 'org.robolectric:shadows-support-v4:3.0' // Note: version sticks to 1.9.2 due to https://github.com/mockk/mockk/issues/281 testImplementation libs.mockk.mockk