Skip to content

Commit

Permalink
Bump robolectric from 4.6.1 to 4.7 (#4377)
Browse files Browse the repository at this point in the history
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.6.1 to 4.7.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric/robolectric@robolectric-4.6.1...robolectric-4.7)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2021
1 parent 5a772a3 commit 6409ea0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ext {

androidTestVersion = '1.4.0'
junitVersion = '4.13.2'
robolectricVersion = '4.6'
robolectricVersion = '4.7'
mockitoCoreVersion = '4.0.0'
mockitoKotlinVersion = '4.0.0'

Expand Down
2 changes: 1 addition & 1 deletion payments-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

testImplementation "junit:junit:$junitVersion"
testImplementation "org.mockito:mockito-core:$mockitoCoreVersion"
testImplementation 'org.robolectric:robolectric:4.6.1'
testImplementation 'org.robolectric:robolectric:4.7'
testImplementation "androidx.test:core:$androidTestVersion"
testImplementation 'org.json:json:20210307'
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
Expand Down
2 changes: 1 addition & 1 deletion paymentsheet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
testImplementation "org.mockito:mockito-core:$mockitoCoreVersion"
testImplementation "org.mockito:mockito-inline:$mockitoCoreVersion"
testImplementation 'org.robolectric:robolectric:4.6.1'
testImplementation 'org.robolectric:robolectric:4.7'
testImplementation "androidx.test:core:$androidTestVersion"
testImplementation 'org.json:json:20210307'
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
Expand Down
2 changes: 1 addition & 1 deletion stripe-test-e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
dependencies {
implementation project(':payments')

testImplementation 'org.robolectric:robolectric:4.6.1'
testImplementation 'org.robolectric:robolectric:4.7'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.1.3'
testImplementation "androidx.arch.core:core-testing:2.1.0"
Expand Down

0 comments on commit 6409ea0

Please sign in to comment.