Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test.espresso:espresso-core to …
Browse files Browse the repository at this point in the history
…v3.5.1
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 98a78c6 commit a437048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${rootProject.kotlinVersion}"

testImplementation "junit:junit:$rootProject.junitVersion"
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})
}
Expand Down
2 changes: 1 addition & 1 deletion mifospay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})

Expand Down

0 comments on commit a437048

Please sign in to comment.