Skip to content

Commit

Permalink
bumping roboelectric depenency to fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
jleon15 committed Apr 24, 2024
1 parent 99b7d23 commit 9eae976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'pl.pragmatists:JUnitParams:1.1.1'
testImplementation 'org.robolectric:robolectric:4.10.3'
testImplementation 'org.robolectric:robolectric:4.12.1'
testImplementation 'io.strikt:strikt-core:0.34.1'
testImplementation 'io.mockk:mockk:1.13.8'
testImplementation("com.squareup.okhttp3:mockwebserver:4.11.0")
Expand Down

0 comments on commit 9eae976

Please sign in to comment.