Skip to content

Commit 5132aca

Browse files
DATAREDIS-363 - Upgrade to jedis 2.6.2.
1 parent fc3a840 commit 5132aca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
slf4jVersion=1.7.5
22
junitVersion=4.11
33
jredisVersion=06052013
4-
jedisVersion=2.6.1
4+
jedisVersion=2.6.2
55
springVersion=4.0.7.RELEASE
66
springDataBuildVersion=1.6.0.BUILD-SNAPSHOT
77
log4jVersion=1.2.17

template.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Import-Template:
2222
org.w3c.dom.*;version="0",
2323
javax.xml.transform.*;resolution:="optional";version="0",
2424
org.jredis.*;resolution:="optional";version="[1.0.0, 2.0.0)",
25-
redis.clients.*;resolution:="optional";version="[2.6.0, 2.6.1)",
25+
redis.clients.*;resolution:="optional";version="[2.6.2, 3.0.0)",
2626
org.apache.commons.pool2.*;resolution:="optional";version="[1.0, 2.2)",
2727
org.codehaus.jackson.*;resolution:="optional";version="[1.6, 2.0.0)",
2828
com.fasterxml.jackson.*;resolution:="optional";version="[2.0.0, 3.0.0)",

0 commit comments

Comments
 (0)