upgrade jedis

This commit is contained in:
mohammed jasem alaajel 2022-10-15 18:13:44 +04:00
parent 74ed18e9b3
commit c1ad902bd3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.2.3</version>
<version>4.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>