Skip to content

Commit

Permalink
Rollback jedis to 3.0.1 (#4852)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Jan 4, 2022
1 parent 9706364 commit e597f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/toxiproxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':testcontainers')
api 'eu.rekawek.toxiproxy:toxiproxy-java:2.1.5'

testImplementation 'redis.clients:jedis:4.0.1'
testImplementation 'redis.clients:jedis:3.0.1'
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'

testImplementation project(':test-support')
Expand Down

0 comments on commit e597f4a

Please sign in to comment.