Skip to content

Commit

Permalink
Merge pull request #28 from ryanmoelter/renovate/androidx.test.espres…
Browse files Browse the repository at this point in the history
…so-espresso-core-3.x

Update dependency androidx.test.espresso:espresso-core to v3.5.1
  • Loading branch information
renovate[bot] authored Aug 17, 2023
2 parents 2f6d75e + 188ea83 commit 6551f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magellanx-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
testImplementation(libs.androidx.test.core.ktx)
androidTestImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion magellanx-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
testImplementation("org.mockito:mockito-core:4.3.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}

publishing {
Expand Down

0 comments on commit 6551f94

Please sign in to comment.