Skip to content

Commit 7208735

Browse files
Bump org.robolectric:robolectric from 4.12 to 4.12.1
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.12 to 4.12.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.12...robolectric-4.12.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]>
1 parent 1b3b78d commit 7208735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ dependencies {
220220
testImplementation 'junit:junit:4.13.2'
221221
// Once final classes can be mocked, go back to mockito-core.
222222
testImplementation 'org.mockito:mockito-inline:5.2.0'
223-
testImplementation 'org.robolectric:robolectric:4.12'
223+
testImplementation 'org.robolectric:robolectric:4.12.1'
224224
testImplementation 'androidx.test:core:1.5.0'
225225
testImplementation 'androidx.test.ext:junit:1.1.5'
226226
testImplementation 'androidx.test:rules:1.5.0'

0 commit comments

Comments
 (0)