Skip to content

Commit 8f093b4

Browse files
chore(deps): bump org.robolectric:robolectric in /android
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.14.1. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.9...robolectric-4.14.1) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3b5266 commit 8f093b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ android {
8181
testImplementation 'org.jetbrains.kotlin:kotlin-test'
8282
testImplementation 'io.mockk:mockk:1.13.8'
8383
testImplementation 'junit:junit:4.13.2'
84-
testImplementation 'org.robolectric:robolectric:4.9'
84+
testImplementation 'org.robolectric:robolectric:4.14.1'
8585
}
8686

8787
testOptions {

0 commit comments

Comments
 (0)