Skip to content

Commit 4073110

Browse files
Merge pull request #2185 from CatimaLoyalty/dependabot/gradle/org.robolectric-robolectric-4.14.1
Bump org.robolectric:robolectric from 4.14 to 4.14.1
2 parents 0fcf16d + 8798722 commit 4073110

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.14")
119+
testImplementation("org.robolectric:robolectric:4.14.1")
120120

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

0 commit comments

Comments
 (0)