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 c23f4fd + c8d8416 commit 80093fdCopy full SHA for 80093fd
core/build.gradle
@@ -91,7 +91,7 @@ dependencies {
91
testImplementation 'com.rabbitmq:amqp-client:5.16.0'
92
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'
93
94
- testImplementation ('org.mockito:mockito-core:4.7.0') {
+ testImplementation ('org.mockito:mockito-core:4.8.0') {
95
exclude(module: 'hamcrest-core')
96
}
97
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments