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 4658461Copy full SHA for 4658461
core/build.gradle
@@ -105,7 +105,7 @@ dependencies {
105
exclude group: 'com.google.guava', module: 'guava'
106
}
107
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
108
- testImplementation 'redis.clients:jedis:6.2.0'
+ testImplementation 'redis.clients:jedis:7.0.0'
109
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
110
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
111
0 commit comments