Skip to content

Commit f43e799

Browse files
authored
Bump mockito-core from 3.2.4 to 3.3.0 in /core (#2370)
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] <[email protected]>
1 parent 832c6e0 commit f43e799

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
@@ -109,7 +109,7 @@ dependencies {
109109
testCompile 'redis.clients:jedis:3.2.0'
110110
testCompile 'com.rabbitmq:amqp-client:5.8.0'
111111
testCompile 'org.mongodb:mongo-java-driver:3.12.1'
112-
testCompile ('org.mockito:mockito-core:3.2.4') {
112+
testCompile ('org.mockito:mockito-core:3.3.0') {
113113
exclude(module: 'hamcrest-core')
114114
}
115115
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)