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 73726f4 commit 0b69a53Copy full SHA for 0b69a53
core/build.gradle
@@ -106,7 +106,7 @@ dependencies {
106
}
107
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
108
testImplementation 'redis.clients:jedis:6.2.0'
109
- testImplementation 'com.rabbitmq:amqp-client:5.26.0'
+ testImplementation 'com.rabbitmq:amqp-client:5.27.0'
110
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
111
112
testImplementation ('org.mockito:mockito-core:4.11.0') {
0 commit comments