Polishing.

Use correct Redis and Java versions.

See #2384
This commit is contained in:
Mark Paluch
2022-08-17 11:05:06 +02:00
parent d9901de588
commit eaef5dade7
2 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ You also need JDK 17 or above.
$ ./mvnw clean install
----
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].
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].
_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[Contributors Agreement] before your first non-trivial change._

View File

@@ -51,10 +51,10 @@ See its https://docs.spring.io/spring-data/data-keyvalue/examples/retwisj/curren
[[requirements]]
== Requirements
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.
Spring Data Redis binaries require JDK level 17 and above and https://spring.io/projects/spring-framework/[Spring Framework] {springVersion} and above.
In terms of key-value stores, https://redis.io[Redis] 2.6.x or higher is required.
Spring Data Redis is currently tested against the latest 4.0 release.
Spring Data Redis is currently tested against the latest 6.0 release.
[[get-started:help]]
== Additional Help Resources