Skip to content

Commit

Permalink
Bump mockito-core from 4.6.0 to 4.6.1
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
1 parent b1a5fe3 commit c95cc3e
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 @@ -52,7 +52,7 @@ dependencies {
implementation 'com.google.firebase:firebase-messaging:23.0.5'
// Tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.6.0'
testImplementation 'org.mockito:mockito-core:4.6.1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3'
testImplementation 'org.json:json:20220320'
}

0 comments on commit c95cc3e

Please sign in to comment.