Skip to content

Commit

Permalink
Merge pull request #1613 from CatimaLoyalty/dependabot/gradle/org.rob…
Browse files Browse the repository at this point in the history
…olectric-robolectric-4.11

Bump org.robolectric:robolectric from 4.10.3 to 4.11
  • Loading branch information
TheLastProject committed Oct 31, 2023
2 parents d0e7187 + 4396214 commit 3df4d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
// Testing
testImplementation("androidx.test:core:1.5.0")
testImplementation("junit:junit:4.13.2")
testImplementation("org.robolectric:robolectric:4.10.3")
testImplementation("org.robolectric:robolectric:4.11")
}

tasks.withType<SpotBugsTask>().configureEach {
Expand Down

0 comments on commit 3df4d47

Please sign in to comment.