Skip to content

Commit 10bf27a

Browse files
Merge pull request #2180 from CatimaLoyalty/dependabot/gradle/org.robolectric-robolectric-4.14
Bump org.robolectric:robolectric from 4.13 to 4.14
2 parents 7068f57 + 199c243 commit 10bf27a

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)