Skip to content

Commit

Permalink
fix(deps): Bump androidx.test.ext:junit from 1.1.3 to 1.1.5
Browse files Browse the repository at this point in the history
Bumps androidx.test.ext:junit from 1.1.3 to 1.1.5.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 550aac6 commit 86a0e13
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 @@ -170,7 +170,7 @@ dependencies {

// Instrumentation Testing
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion"
androidTestImplementation "io.grpc:grpc-testing:$grpcVersion"
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1') {
Expand Down

0 comments on commit 86a0e13

Please sign in to comment.