Skip to content

Commit 5c5bfe8

Browse files
dependabot-preview[bot]rnorth
authored andcommitted
Bump mockito-core from 2.27.0 to 2.28.2 in /core (testcontainers#1512)
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.27.0 to 2.28.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v2.27.0...v2.28.2)
1 parent 16ed237 commit 5c5bfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

+1-1
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.7.1'
106106
testCompile 'org.mongodb:mongo-java-driver:3.10.2'
107-
testCompile ('org.mockito:mockito-core:2.27.0') {
107+
testCompile ('org.mockito:mockito-core:2.28.2') {
108108
exclude(module: 'hamcrest-core')
109109
}
110110
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)