Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2021
1 parent 587ea92 commit 3067281
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.7.1'
robolectricVersion = '4.7.2'
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 @@ -52,7 +52,7 @@ dependencies {

testImplementation "junit:junit:$junitVersion"
testImplementation "org.mockito:mockito-core:$mockitoCoreVersion"
testImplementation 'org.robolectric:robolectric:4.7.1'
testImplementation 'org.robolectric:robolectric:4.7.2'
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.7.1'
testImplementation 'org.robolectric:robolectric:4.7.2'
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-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

testImplementation "junit:junit:$junitVersion"
testImplementation "org.mockito:mockito-core:$mockitoCoreVersion"
testImplementation 'org.robolectric:robolectric:4.7.1'
testImplementation 'org.robolectric:robolectric:4.7.2'
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.7.1'
testImplementation 'org.robolectric:robolectric:4.7.2'
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 3067281

Please sign in to comment.