Skip to content

Commit

Permalink
downgrade jedis to support all redis versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Nov 27, 2024
1 parent 6a30f03 commit ea19581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>5.2.0</version>
<version>4.4.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit ea19581

Please sign in to comment.