Skip to content

Commit

Permalink
Bump assertj-core from 3.16.1 to 3.17.1
Browse files Browse the repository at this point in the history
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.16.1 to 3.17.1.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.16.1...assertj-core-3.17.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2020
1 parent 10f9b50 commit 836cf53
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'org.assertj:assertj-core:3.16.1'
androidTestImplementation 'org.assertj:assertj-core:3.17.1'
androidTestImplementation 'com.airbnb.okreplay:okreplay:1.6.0'
androidTestImplementation 'com.airbnb.okreplay:espresso:1.6.0'
androidTestImplementation 'com.squareup.rx.idler:rx2-idler:0.11.0'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
implementation 'com.jakewharton.timber:timber:4.7.1'

testImplementation 'junit:junit:4.13'
testImplementation 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.assertj:assertj-core:3.17.1'
testImplementation 'org.mockito:mockito-core:3.5.9'
}
2 changes: 1 addition & 1 deletion feature/identity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies {

testImplementation 'junit:junit:4.13'
testImplementation project(':core-testing')
testImplementation 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.assertj:assertj-core:3.17.1'
}
2 changes: 1 addition & 1 deletion feature/push/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
kapt rootProject.ext.daggerAnnotationProcessor

testImplementation 'junit:junit:4.13'
testImplementation 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.assertj:assertj-core:3.17.1'
}
2 changes: 1 addition & 1 deletion feature/settings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
kapt rootProject.ext.daggerAnnotationProcessor

testImplementation 'junit:junit:4.13'
testImplementation 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.assertj:assertj-core:3.17.1'
}
2 changes: 1 addition & 1 deletion feature/users/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation 'com.jraska.livedata:testing:1.1.2'
testImplementation 'com.jraska.livedata:testing-ktx:1.1.2'
testImplementation 'junit:junit:4.13'
testImplementation 'org.assertj:assertj-core:3.16.1'
testImplementation 'org.assertj:assertj-core:3.17.1'
testImplementation 'org.mockito:mockito-core:3.5.9'
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation 'androidx.annotation:annotation:1.1.0'
Expand Down

0 comments on commit 836cf53

Please sign in to comment.