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 3f166a4 + 8d0b390 commit c07edbdCopy full SHA for c07edbd
core/build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
testImplementation 'com.rabbitmq:amqp-client:5.16.0'
98
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'
99
100
- testImplementation ('org.mockito:mockito-core:4.8.1') {
+ testImplementation ('org.mockito:mockito-core:4.9.0') {
101
exclude(module: 'hamcrest-core')
102
}
103
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
0 commit comments