Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 (#1043)
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.3)

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

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 Aug 5, 2024
1 parent 0e68ba2 commit e085aae
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ dependencies {
androidTestImplementation espressoCore
androidTestImplementation espressoIdlingResource
androidTestImplementation androidTestRunner
androidTestImplementation 'org.assertj:assertj-core:3.25.3'
androidTestImplementation 'org.assertj:assertj-core:3.26.3'
androidTestImplementation project(':core-testing')
androidTestImplementation project(':core-android-testing')
androidTestImplementation coroutinesJvm
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation frescoOkHttp

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation okHttpMockWebServer

testImplementation project(':core-testing')
Expand Down
2 changes: 1 addition & 1 deletion feature/about/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ dependencies {

androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation espressoCore
androidTestImplementation 'org.assertj:assertj-core:3.25.3'
androidTestImplementation 'org.assertj:assertj-core:3.26.3'
}
2 changes: 1 addition & 1 deletion feature/config-debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation project(':core-testing')
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
2 changes: 1 addition & 1 deletion feature/identity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies {
implementation dagger

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation okHttpMockWebServer
}
2 changes: 1 addition & 1 deletion feature/performance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
implementation "androidx.metrics:metrics-performance:1.0.0-beta01"

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
2 changes: 1 addition & 1 deletion feature/push/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ dependencies {
implementation 'org.threeten:threetenbp:1.5.1:no-tzdb'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
2 changes: 1 addition & 1 deletion feature/repo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
testImplementation okHttpMockWebServer
testImplementation okHttpLoggingInterceptor
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation project(':core-testing')
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation 'com.jraska.livedata:testing-ktx:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion feature/settings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies {
kapt daggerAnnotationProcessor

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
}
4 changes: 2 additions & 2 deletions feature/users/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ dependencies {

testImplementation 'com.jraska.livedata:testing-ktx:1.3.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation okHttpMockWebServer
testImplementation project(':core-testing')
kaptTest daggerAnnotationProcessor

androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation espressoCore
androidTestImplementation 'org.assertj:assertj-core:3.25.3'
androidTestImplementation 'org.assertj:assertj-core:3.26.3'
androidTestImplementation androidTestRunner

kaptAndroidTest daggerAnnotationProcessor
Expand Down
2 changes: 1 addition & 1 deletion plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation okHttpLoggingInterceptor

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation okHttpMockWebServer
}

Expand Down

0 comments on commit e085aae

Please sign in to comment.