From 80c843eb203f1cb2cb82727424071f0ef71f3dbb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 11 Jul 2022 15:06:12 +0200 Subject: [PATCH] Update README.adoc See #4054 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4bc329366..0ed8f47b5 100644 --- a/README.adoc +++ b/README.adoc @@ -282,7 +282,7 @@ to build an imperative application and this https://start.spring.io/#type=maven- to build a reactive one. However, if you want to try out the latest and greatest, Spring Data MongoDB can be easily built with the https://github.com/takari/maven-wrapper[Maven wrapper] -and minimally, JDK 8 (https://www.oracle.com/java/technologies/downloads/[JDK downloads]). +and minimally, JDK 17 (https://www.oracle.com/java/technologies/downloads/[JDK downloads]). In order to build Spring Data MongoDB, you will need to https://www.mongodb.com/try/download/community[download] and https://docs.mongodb.com/manual/installation/[install a MongoDB distribution].