Skip to content

Commit

Permalink
Bump mockito-core from 3.4.4 to 3.5.2 in /modules/junit-jupiter (#3130)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.5.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.4.4...v3.5.2)

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 20, 2020
1 parent 9790538 commit 47f3fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testCompile 'com.zaxxer:HikariCP:3.4.5'
testCompile 'redis.clients:jedis:3.3.0'
testCompile 'org.apache.httpcomponents:httpclient:4.5.12'
testCompile ('org.mockito:mockito-core:3.4.4') {
testCompile ('org.mockito:mockito-core:3.5.2') {
exclude(module: 'hamcrest-core')
}
testCompile 'org.assertj:assertj-core:3.16.1'
Expand Down

0 comments on commit 47f3fb7

Please sign in to comment.