Skip to content

Commit 28b5d61

Browse files
committed
DATAREDIS-516 - Update required Spring framework version in reference documentation.
The documentation now uses a property to pull in the Spring framework version used at build time.
1 parent 7af8fdf commit 28b5d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[requirements]]
22
= Requirements
33

4-
Spring Data Redis 1.2.x binaries requires JDK level 6.0 and above, and http://projects.spring.io/spring-framework/[Spring Framework] 3.2.8 and above.
4+
Spring Data Redis 1.x binaries requires JDK level 6.0 and above, and http://projects.spring.io/spring-framework/[Spring Framework] {springVersion} and above.
55

6-
In terms of key value stores, http://redis.io[Redis] 2.6.x or higher is required. Spring Data Redis is currently tested against the latest 2.6 and 2.8 releases.
6+
In terms of key value stores, http://redis.io[Redis] 2.6.x or higher is required. Spring Data Redis is currently tested against the latest 3.2 release.
77

0 commit comments

Comments
 (0)