Upgrade jedis to 2.6.2

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-03-13 10:06:44 -07:00
parent f623b24196
commit 28afe3470b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>