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.
1 parent 993c82b commit 14da32bCopy full SHA for 14da32b
core/build.gradle
@@ -143,7 +143,7 @@ dependencies {
143
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
144
testImplementation 'org.mongodb:mongo-java-driver:3.12.9'
145
146
- testImplementation ('org.mockito:mockito-core:3.11.2') {
+ testImplementation ('org.mockito:mockito-core:4.11.0') {
147
exclude(module: 'hamcrest-core')
148
}
149
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments