Skip to content

Commit

Permalink
build(deps): bump robolectric from 4.8 to 4.8.1
Browse files Browse the repository at this point in the history
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8 to 4.8.1.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mikehardy committed May 4, 2022
1 parent 61e8452 commit 0c095aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 0c095aa

Please sign in to comment.