Skip to content

Commit

Permalink
fix: bump orchestrator from 1.4.1 to 1.4.2
Browse files Browse the repository at this point in the history
Bumps orchestrator from 1.4.1 to 1.4.2.

---
updated-dependencies:
- dependency-name: androidx.test:orchestrator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2022
1 parent 39e248c commit e6c0a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.3"
androidTestImplementation "androidx.test.ext:truth:1.4.0"
androidTestImplementation "io.mockk:mockk-android:1.13.2"
androidTestUtil "androidx.test:orchestrator:1.4.1"
androidTestUtil "androidx.test:orchestrator:1.4.2"
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit e6c0a10

Please sign in to comment.