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 cfbe68d + 4fc1d8a commit 9ad3cedCopy full SHA for 9ad3ced
core/build.gradle
@@ -93,7 +93,7 @@ dependencies {
93
testImplementation 'com.rabbitmq:amqp-client:5.13.1'
94
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'
95
96
- testImplementation ('org.mockito:mockito-core:3.12.4') {
+ testImplementation ('org.mockito:mockito-core:4.0.0') {
97
exclude(module: 'hamcrest-core')
98
}
99
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments