Skip to content

Commit 86fa31b

Browse files
Bump mockito-core from 3.5.0 to 3.5.7 in /core (#3164)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.0 to 3.5.7. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.5.0...v3.5.7) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bca821 commit 86fa31b

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

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

0 commit comments

Comments
 (0)