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 d4111fd + 1545277 commit dadb365Copy full SHA for dadb365
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.0.0') {
+ testImplementation ('org.mockito:mockito-core:4.1.0') {
97
exclude(module: 'hamcrest-core')
98
}
99
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments