Skip to content

Commit

Permalink
chore: bump androidx.test.ext:junit from 1.1.4 to 1.1.5 (#324)
Browse files Browse the repository at this point in the history
Bumps androidx.test.ext:junit from 1.1.4 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2023
1 parent 515b15d commit 1099ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
compileOnly 'org.mockito:mockito-android:5.1.1'

api 'androidx.annotation:annotation:1.5.0'
api 'androidx.test.ext:junit:1.1.4'
api 'androidx.test.ext:junit:1.1.5'
api 'androidx.test:rules:1.5.0'

androidTestCompileOnly project(':android-core')
Expand All @@ -65,7 +65,7 @@ dependencies {

}
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'com.google.firebase:firebase-messaging:20.0.0'

Expand Down

0 comments on commit 1099ee6

Please sign in to comment.