Skip to content

Commit 199c243

Browse files
Bump org.robolectric:robolectric from 4.13 to 4.14
Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.13 to 4.14. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](robolectric/robolectric@robolectric-4.13...robolectric-4.14) --- 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 7068f57 commit 199c243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
val junitVersion = "4.13.2"
117117
testImplementation("androidx.test:core:$androidXTestVersion")
118118
testImplementation("junit:junit:$junitVersion")
119-
testImplementation("org.robolectric:robolectric:4.13")
119+
testImplementation("org.robolectric:robolectric:4.14")
120120

121121
androidTestImplementation("androidx.test:core:$androidXTestVersion")
122122
androidTestImplementation("junit:junit:$junitVersion")

0 commit comments

Comments
 (0)