Files
spring-data-redis/gradle.properties
Thomas Darimont 3d4f62f5b7 DATAREDIS-396 - Update Jedis driver to version 2.7.2.
Adapted sendCommand lookup in JedisConnection to honor the changed signature of redis.clients.jedis.Connection.sendCommand(Command, String…) to redis.clients.jedis.Connection.sendCommand(ProtocolCommand, String…).

Original pull request: #140.
2015-05-19 13:26:33 +02:00

15 lines
349 B
INI

slf4jVersion=1.7.10
junitVersion=4.12
jredisVersion=06052013
jedisVersion=2.7.2
springVersion=4.1.6.RELEASE
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
log4jVersion=1.2.17
version=1.6.0.BUILD-SNAPSHOT
srpVersion=0.7
jacksonVersion=1.8.8
fasterXmlJacksonVersion=2.5.1
fasterXmlJacksonDatabindVersion=2.5.1
lettuceVersion=2.3.3
mockitoVersion=1.10.19