We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21d77f1 + 9eed46b commit b51ec47Copy full SHA for b51ec47
core/build.gradle
@@ -140,7 +140,7 @@ dependencies {
140
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
141
testImplementation 'org.mongodb:mongo-java-driver:3.12.7'
142
143
- testImplementation ('org.mockito:mockito-core:3.10.0') {
+ testImplementation ('org.mockito:mockito-core:3.11.2') {
144
exclude(module: 'hamcrest-core')
145
}
146
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments