Skip to content

Commit

Permalink
Bump mockito-core from 3.12.3 to 3.12.4 (#123)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.3 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.3...v3.12.4)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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 Aug 26, 2021
1 parent b476b22 commit 2824a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
compile "io.reactivex.rxjava3:rxjava:3.1.0"

testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile 'org.mockito:mockito-core:3.12.3'
testCompile 'org.mockito:mockito-core:3.12.4'
}

apply plugin: 'maven'
Expand Down

0 comments on commit 2824a5e

Please sign in to comment.