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.
1 parent 4a1766e commit acc826fCopy full SHA for acc826f
java-gradle/build.gradle
@@ -12,7 +12,7 @@ repositories {
12
dependencies {
13
implementation 'com.rabbitmq:amqp-client:5.21.0'
14
implementation 'org.slf4j:slf4j-simple:2.0.13'
15
- testImplementation 'org.assertj:assertj-core:3.26.0'
+ testImplementation 'org.assertj:assertj-core:3.26.3'
16
testImplementation 'org.mockito:mockito-core:5.12.0'
17
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.26'
18
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
0 commit comments