From 0c095aa8eb6f6b72bd88661d44fdf9a630f34f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 16:39:46 +0000 Subject: [PATCH] build(deps): bump robolectric from 4.8 to 4.8.1 Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8 to 4.8.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.8...robolectric-4.8.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-patch ... 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 6d5bd45b0..bc3a401ce 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.8" + testImplementation "org.robolectric:robolectric:4.8.1" testImplementation 'androidx.test:core:1.4.0' testImplementation "androidx.test.ext:junit:${rootProject.ext.androidxTestJunitVersion}" testImplementation project(path: ':rsdroid-testing')