Skip to content

Commit be94b04

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump mockito-core from 1.10.19 to 2.23.4 in /core (#1077)
Bumps [mockito-core](https://github.com/mockito/mockito) from 1.10.19 to 2.23.4. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v2.23.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent b840c5d commit be94b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies {
120120
testCompile 'redis.clients:jedis:3.0.0'
121121
testCompile 'com.rabbitmq:amqp-client:5.5.1'
122122
testCompile 'org.mongodb:mongo-java-driver:3.9.1'
123-
testCompile ('org.mockito:mockito-core:1.10.19') {
123+
testCompile ('org.mockito:mockito-core:2.23.4') {
124124
exclude(module: 'hamcrest-core')
125125
}
126126
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)