Skip to content

Commit

Permalink
Bump mockito-core from 3.2.4 to 3.3.0 in /core (#2370)
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 832c6e0 commit f43e799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -109,7 +109,7 @@ dependencies {
testCompile 'redis.clients:jedis:3.2.0'
testCompile 'com.rabbitmq:amqp-client:5.8.0'
testCompile 'org.mongodb:mongo-java-driver:3.12.1'
testCompile ('org.mockito:mockito-core:3.2.4') {
testCompile ('org.mockito:mockito-core:3.3.0') {
exclude(module: 'hamcrest-core')
}
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Expand Down

0 comments on commit f43e799

Please sign in to comment.