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 9706364 commit e597f4aCopy full SHA for e597f4a
modules/toxiproxy/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.5'
6
7
- testImplementation 'redis.clients:jedis:4.0.1'
+ testImplementation 'redis.clients:jedis:3.0.1'
8
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
9
10
testImplementation project(':test-support')
0 commit comments