From 159e8e1fc4d802aeb9f40469af3f5fa1e2f747b3 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:58:53 +0100 Subject: [PATCH 1/2] Update Neo4j to 2025.10.1 --- antora.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index 6266166..2957e0e 100644 --- a/antora.yml +++ b/antora.yml @@ -6,9 +6,9 @@ nav: - modules/ROOT/content-nav.adoc asciidoc: attributes: - neo4j-version: '2025.09' - neo4j-version-exact: '2025.09.0' - neo4j-buildnumber: '2025.09' + neo4j-version: '2025.10' + neo4j-version-exact: '2025.10.1' + neo4j-buildnumber: '2025.10' java-driver-version: '5.28.10' neo4j-documentation-branch: 'dev' page-origin-private: false From a46f959e9306049137c671957c4cc87db0bd9012 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 30 Oct 2025 17:01:15 +0100 Subject: [PATCH 2/2] Update antora.yml --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index 2957e0e..02021cb 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,6 @@ name: java-reference title: Java Reference -version: '2025.09' +version: '2025.10' start_page: ROOT:index.adoc nav: - modules/ROOT/content-nav.adoc