Skip to content

Commit eaef5da

Browse files
committed
Polishing.
Use correct Redis and Java versions. See #2384
1 parent d9901de commit eaef5da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You also need JDK 17 or above.
126126
$ ./mvnw clean install
127127
----
128128

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].
130130

131131
_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._
132132

src/main/asciidoc/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ See its https://docs.spring.io/spring-data/data-keyvalue/examples/retwisj/curren
5151
[[requirements]]
5252
== Requirements
5353

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.
5555

5656
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.
5858

5959
[[get-started:help]]
6060
== Additional Help Resources

0 commit comments

Comments
 (0)