Skip to content

Commit eb62a37

Browse files
Bump mockito-core from 3.6.28 to 3.10.0 in /core (#4100)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 3.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.6.28...v3.10.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 264796d commit eb62a37

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
@@ -210,7 +210,7 @@ dependencies {
210210
testCompile 'com.rabbitmq:amqp-client:5.9.0'
211211
testCompile 'org.mongodb:mongo-java-driver:3.12.7'
212212

213-
testCompile ('org.mockito:mockito-core:3.6.28') {
213+
testCompile ('org.mockito:mockito-core:3.10.0') {
214214
exclude(module: 'hamcrest-core')
215215
}
216216
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)