Bump version of jedis and jackson-databind to most recent

This commit is contained in:
moparisthebest 2014-06-12 09:13:49 -04:00
parent 1612a533f3
commit c4b90ea36a
1 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@
<dependency> <dependency>
<groupId>redis.clients</groupId> <groupId>redis.clients</groupId>
<artifactId>jedis</artifactId> <artifactId>jedis</artifactId>
<version>2.1.0</version> <version>2.5.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.2.2</version> <version>2.4.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
<profiles> <profiles>