From eaef5dade76b7820da23e2b04180a283cc27e8f9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 17 Aug 2022 11:05:06 +0200 Subject: [PATCH] Polishing. Use correct Redis and Java versions. See #2384 --- README.adoc | 2 +- src/main/asciidoc/preface.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 82b33cdcc..68976788d 100644 --- a/README.adoc +++ b/README.adoc @@ -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[Contributor’s Agreement] before your first non-trivial change._ diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index a748310a3..422341f79 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -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