From 4f5ff05dd52b25cbfd55fd47a1f69b85961fad03 Mon Sep 17 00:00:00 2001 From: Neo Technology Build Agent Date: Thu, 7 Nov 2024 14:11:58 +0000 Subject: [PATCH] Version updates triggered by Apoc-build-45300 --- checksums.json | 5 +++++ versions.json | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/checksums.json b/checksums.json index 0fa1a7d77a..4438379fe4 100644 --- a/checksums.json +++ b/checksums.json @@ -853,5 +853,10 @@ "sha1": "c4908174a1334fdb9871c4a192f90b2525c0dfcb", "sha256": "cb9c315e4afbedb1a2cb4c045adaaa8d58f323bc8bb0fbe6795dd91a3efcebac", "md5": "020146f403dcb7566b2e6d9844e6aa20" + }, + "5.25.0": { + "sha1": "4e9353987d1648118f10697bd8841645f9000239", + "sha256": "f3130a429bb7438d4f2bac94457f9c2a90cf67b324c3f42d54a35739a1bcf68d", + "md5": "d5ad8756fe2a15ad361d1429ca7712e1" } } \ No newline at end of file diff --git a/versions.json b/versions.json index c3665abb30..95077cdd20 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,22 @@ [ + { + "neo4j": "5.25.1", + "neo4jVersion": "5.25.1", + "apoc": "5.25.0", + "version": "5.25.0", + "url": "http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.25.0", + "homepageUrl": "http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.25.0", + "jar": "https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.25.0/apoc-5.25.0-extended.jar", + "downloadUrl": "https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/5.25.0/apoc-5.25.0-extended.jar", + "sha1": "4e9353987d1648118f10697bd8841645f9000239", + "sha256": "f3130a429bb7438d4f2bac94457f9c2a90cf67b324c3f42d54a35739a1bcf68d", + "md5": "d5ad8756fe2a15ad361d1429ca7712e1", + "config": { + "+:dbms.security.procedures.unrestricted": [ + "apoc.*" + ] + } + }, { "neo4j": "5.24.2", "neo4jVersion": "5.24.2",