Skip to content

Commit

Permalink
Bump mockito-core from 3.2.4 to 3.3.0 in /modules/junit-jupiter (#2372)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.2.4 to 3.3.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.2.4...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
rnorth committed Mar 5, 2020
1 parent df48901 commit 0981d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
testCompile 'com.zaxxer:HikariCP:3.4.2'
testCompile 'redis.clients:jedis:3.2.0'
testCompile 'org.apache.httpcomponents:httpclient:4.5.11'
testCompile ('org.mockito:mockito-core:3.2.4') {
testCompile ('org.mockito:mockito-core:3.3.0') {
exclude(module: 'hamcrest-core')
}

Expand Down

0 comments on commit 0981d27

Please sign in to comment.