bump Jedis version from 3.4.0 to 3.4.1 (has important fixes I think)

This commit is contained in:
Govindas 2020-12-28 10:55:47 +02:00
parent c04c01792f
commit 416f3f6625
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<scope>compile</scope>
</dependency>
<dependency>