Skip to content

Commit 2da17b9

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump mockito-core from 2.25.1 to 2.26.0 in /core (testcontainers#1366)
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.1 to 2.26.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.25.1...v2.26.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30d5f85 commit 2da17b9

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
@@ -104,7 +104,7 @@ dependencies {
104104
testCompile 'redis.clients:jedis:3.0.1'
105105
testCompile 'com.rabbitmq:amqp-client:5.6.0'
106106
testCompile 'org.mongodb:mongo-java-driver:3.10.1'
107-
testCompile ('org.mockito:mockito-core:2.25.1') {
107+
testCompile ('org.mockito:mockito-core:2.26.0') {
108108
exclude(module: 'hamcrest-core')
109109
}
110110
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)