Skip to content

Commit 12da47d

Browse files
Merge pull request #1988 from CatimaLoyalty/dependabot/gradle/org.robolectric-robolectric-4.13
Bump org.robolectric:robolectric from 4.12.2 to 4.13
2 parents 29aec92 + 3dca6c1 commit 12da47d

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
@@ -112,7 +112,7 @@ dependencies {
112112
// Testing
113113
testImplementation("androidx.test:core:1.6.1")
114114
testImplementation("junit:junit:4.13.2")
115-
testImplementation("org.robolectric:robolectric:4.12.2")
115+
testImplementation("org.robolectric:robolectric:4.13")
116116
}
117117

118118
tasks.withType<SpotBugsTask>().configureEach {

0 commit comments

Comments
 (0)