Skip to content

Commit

Permalink
Bump robolectric from 4.8.2 to 4.9.2
Browse files Browse the repository at this point in the history
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.2 to 4.9.2.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.8.2...robolectric-4.9.2)

---
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] committed Feb 9, 2023
1 parent 5dd1ad1 commit 89523fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ dependencies {
testImplementation "androidx.test.ext:junit:1.1.2"
testImplementation 'org.mockito:mockito-core:5.1.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.robolectric:robolectric:4.8.2'
testImplementation 'org.robolectric:robolectric:4.9.2'

errorprone "com.google.errorprone:error_prone_core:2.18.0"
}
Expand Down

0 comments on commit 89523fe

Please sign in to comment.