From 1fe2e08c9ec4a992387718f1f72e5858ee16a580 Mon Sep 17 00:00:00 2001 From: Darrell Warde Date: Mon, 14 Oct 2024 14:06:47 +0100 Subject: [PATCH] Bump minimum versions of Neo4j and Node.js --- modules/ROOT/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 60c0e96b..479b7667 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -69,9 +69,9 @@ Additionally, prerelease version numbers may have additional suffixes, for examp == Requirements -. https://neo4j.com/[Neo4j Database] version 4.4 or newer with https://neo4j.com/docs/apoc/current/[APOC] plugin. +. https://neo4j.com/[Neo4j Database] version 5.x with https://neo4j.com/docs/apoc/current/[APOC] plugin. . Neo4j version 5.15 or newer when you are using the xref:/directives/indexes-and-constraints.adoc#_vector_index_search[`@vector` directive]. -. https://nodejs.org/en/[Node.js] 16+. +. https://nodejs.org/en/[Node.js] 20+. == Resources