Skip to content

Commit 1ce4bce

Browse files
dependabot[bot]stefan-niedermann
authored andcommitted
Bump robolectric from 4.8.2 to 4.9
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.2 to 4.9. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.8.2...robolectric-4.9) --- 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>
1 parent 82fee3c commit 1ce4bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
testImplementation 'androidx.arch.core:core-testing:2.1.0'
122122
testImplementation 'junit:junit:4.13.2'
123123
testImplementation 'org.mockito:mockito-core:4.8.0'
124-
testImplementation 'org.robolectric:robolectric:4.8.2'
124+
testImplementation 'org.robolectric:robolectric:4.9'
125125

126126
implementation fileTree(dir: 'libs', include: ['*.jar'])
127127
}

0 commit comments

Comments
 (0)