Skip to content

Commit

Permalink
Bump mockito-core from 2.25.0 to 2.25.1 in /core (#1313)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.25.0...v2.25.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rnorth committed Mar 18, 2019
1 parent 42a25cb commit 4c6518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
testCompile 'redis.clients:jedis:3.0.1'
testCompile 'com.rabbitmq:amqp-client:5.6.0'
testCompile 'org.mongodb:mongo-java-driver:3.10.1'
testCompile ('org.mockito:mockito-core:2.25.0') {
testCompile ('org.mockito:mockito-core:2.25.1') {
exclude(module: 'hamcrest-core')
}
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Expand Down

0 comments on commit 4c6518f

Please sign in to comment.