Skip to content

Commit

Permalink
Merge pull request magro#397 from Sandmania/master
Browse files Browse the repository at this point in the history
Bump Jedis version to 3.0.0
  • Loading branch information
magro authored Dec 19, 2018
2 parents 114635d + 2ed0a3c commit 716e147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<version>3.0.0</version>
<scope>compile</scope><!-- is needed without optional=true, because then the dep is missing in dependent modules (tests fail with CNFE) -->
</dependency>

Expand Down

0 comments on commit 716e147

Please sign in to comment.