You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ You also need JDK 17 or above.
126
126
$ ./mvnw clean install
127
127
----
128
128
129
-
If you want to build with the regular `mvn` command, you will need https://maven.apache.org/run-maven/index.html[Maven v3.5.0 or above].
129
+
If you want to build with the regular `mvn` command, you will need https://maven.apache.org/run-maven/index.html[Maven v3.8.0 or above].
130
130
131
131
_Also see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] if you wish to submit pull requests, and in particular please sign the https://cla.pivotal.io/sign/spring[Contributor’s Agreement] before your first non-trivial change._
Copy file name to clipboardExpand all lines: src/main/asciidoc/preface.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,10 +51,10 @@ See its https://docs.spring.io/spring-data/data-keyvalue/examples/retwisj/curren
51
51
[[requirements]]
52
52
== Requirements
53
53
54
-
Spring Data Redis 2.x binaries require JDK level 8.0 and above and https://spring.io/projects/spring-framework/[Spring Framework] {springVersion} and above.
54
+
Spring Data Redis binaries require JDK level 17 and above and https://spring.io/projects/spring-framework/[Spring Framework] {springVersion} and above.
55
55
56
56
In terms of key-value stores, https://redis.io[Redis] 2.6.x or higher is required.
57
-
Spring Data Redis is currently tested against the latest 4.0 release.
57
+
Spring Data Redis is currently tested against the latest 6.0 release.
0 commit comments