Skip to content

Commit baa3d41

Browse files
DATAREDIS-425 - Bump KV-Module version to DATAKV-112.
Since we depend on changes there.
1 parent 24a756f commit baa3d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
compile "org.springframework:spring-tx:$springVersion"
8080
compile("org.springframework:spring-oxm:$springVersion", optional)
8181
compile "org.springframework:spring-aop:$springVersion"
82-
compile "org.springframework.data:spring-data-keyvalue:1.0.0.BUILD-SNAPSHOT"
82+
compile "org.springframework.data:spring-data-keyvalue:1.1.0.DATAKV-112-SNAPSHOT"
8383

8484
// Redis Drivers
8585
compile("redis.clients:jedis:$jedisVersion", optional)

0 commit comments

Comments
 (0)