Skip to content

Commit cf15841

Browse files
Bump mockito-core from 3.5.7 to 3.5.11 in /core
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.7 to 3.5.11. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.5.7...v3.5.11) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e66650 commit cf15841

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
@@ -205,7 +205,7 @@ dependencies {
205205
testCompile 'com.rabbitmq:amqp-client:5.9.0'
206206
testCompile 'org.mongodb:mongo-java-driver:3.12.7'
207207

208-
testCompile ('org.mockito:mockito-core:3.5.7') {
208+
testCompile ('org.mockito:mockito-core:3.5.11') {
209209
exclude(module: 'hamcrest-core')
210210
}
211211
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)