We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c958cff + 67cbefd commit a785c36Copy full SHA for a785c36
java-gradle/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation 'com.rabbitmq:amqp-client:5.29.0'
14
implementation 'org.slf4j:slf4j-simple:2.0.17'
15
testImplementation 'org.assertj:assertj-core:3.27.7'
16
- testImplementation 'org.mockito:mockito-core:5.21.0'
+ testImplementation 'org.mockito:mockito-core:5.22.0'
17
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.38'
18
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
19
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
0 commit comments