Skip to content

Commit daa064f

Browse files
Bump mockito-core from 2.28.2 to 3.0.0 in /core
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.28.2 to 3.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.28.2...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f65a590 commit daa064f

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
@@ -106,7 +106,7 @@ dependencies {
106106
testCompile 'redis.clients:jedis:3.0.1'
107107
testCompile 'com.rabbitmq:amqp-client:5.7.2'
108108
testCompile 'org.mongodb:mongo-java-driver:3.10.2'
109-
testCompile ('org.mockito:mockito-core:2.28.2') {
109+
testCompile ('org.mockito:mockito-core:3.0.0') {
110110
exclude(module: 'hamcrest-core')
111111
}
112112
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)