From 61e84522979d6f0bada47558083959851a60db14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 16:32:38 +0000 Subject: [PATCH] build(deps): bump robolectric from 4.7.3 to 4.8 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.3 to 4.8. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.7.3...robolectric-4.8) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rsdroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsdroid/build.gradle b/rsdroid/build.gradle index f81792bac..6d5bd45b0 100644 --- a/rsdroid/build.gradle +++ b/rsdroid/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'com.jakewharton.timber:timber:5.0.1' testImplementation 'junit:junit:4.13.2' - testImplementation "org.robolectric:robolectric:4.7.3" + testImplementation "org.robolectric:robolectric:4.8" testImplementation 'androidx.test:core:1.4.0' testImplementation "androidx.test.ext:junit:${rootProject.ext.androidxTestJunitVersion}" testImplementation project(path: ':rsdroid-testing')