Skip to content

Commit

Permalink
build(deps): bump robolectric from 4.7.3 to 4.8
Browse files Browse the repository at this point in the history
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.7.3 to 4.8.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mikehardy committed May 2, 2022
1 parent bc6bef6 commit 61e8452
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.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')
Expand Down

0 comments on commit 61e8452

Please sign in to comment.