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 4ef276b + d7e28d2 commit 94628b9Copy full SHA for 94628b9
core/build.gradle
@@ -93,7 +93,7 @@ dependencies {
93
testImplementation 'com.rabbitmq:amqp-client:5.14.0'
94
testImplementation 'org.mongodb:mongo-java-driver:3.12.10'
95
96
- testImplementation ('org.mockito:mockito-core:4.1.0') {
+ testImplementation ('org.mockito:mockito-core:4.2.0') {
97
exclude(module: 'hamcrest-core')
98
}
99
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments