Skip to content

Commit

Permalink
chore: bump org.mockito:mockito-android from 4.9.0 to 5.4.0 (#403)
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 4.9.0 to 5.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.9.0...v5.4.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and mparticle-automation committed Jul 20, 2023
1 parent 80de8ea commit 32cb867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly project(':android-core')
compileOnly project(':android-kit-base')
compileOnly 'org.mockito:mockito-android:4.9.0'
compileOnly 'org.mockito:mockito-android:5.4.0'

api 'androidx.annotation:annotation:1.5.0'
api 'androidx.test.ext:junit:1.1.4'
Expand Down

0 comments on commit 32cb867

Please sign in to comment.