Skip to content

Commit

Permalink
Bump mockito-core from 2.26.0 to 2.27.0 in /core (#1382)
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.26.0...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and rnorth committed Apr 27, 2019
1 parent a727b0b commit e83136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -104,7 +104,7 @@ dependencies {
testCompile 'redis.clients:jedis:3.0.1'
testCompile 'com.rabbitmq:amqp-client:5.7.0'
testCompile 'org.mongodb:mongo-java-driver:3.10.2'
testCompile ('org.mockito:mockito-core:2.26.0') {
testCompile ('org.mockito:mockito-core:2.27.0') {
exclude(module: 'hamcrest-core')
}
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
Expand Down

0 comments on commit e83136f

Please sign in to comment.