diff --git a/checksums.json b/checksums.json index 22b0365c1..8ecc9c161 100644 --- a/checksums.json +++ b/checksums.json @@ -178,5 +178,10 @@ "sha1": "ee080f5a7bc1ab7ffb807d3e779ab285f477f44e", "sha256": "0b72c048b7757acec373194f6b4b22090ab529f43c9652da69c9ab7ae279ca7c", "md5": "88481082217dd8221f173b06871d6d26" + }, + "5.26.0": { + "sha1": "2a4085163e75a9e459b768fd0dee92d704a054a6", + "sha256": "9d0c07576f9bcbbb895118240ad674fb8b16ea2157abc183a7338acafa385db8", + "md5": "39f3b83cc0241c8012f7f3674ceb7402" } } \ No newline at end of file diff --git a/versions.json b/versions.json index 1f21328d0..1b4af6e2e 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,22 @@ [ + { + "neo4j": "5.26.0", + "neo4jVersion": "5.26.0", + "apoc": "5.26.0", + "version": "5.26.0", + "url": "https://github.com/neo4j/apoc/releases/5.26.0", + "homepageUrl": "https://github.com/neo4j/apoc/releases/5.26.0", + "jar": "https://github.com/neo4j/apoc/releases/download/5.26.0/apoc-5.26.0-core.jar", + "downloadUrl": "https://github.com/neo4j/apoc/releases/download/5.26.0/apoc-5.26.0-core.jar", + "sha1": "2a4085163e75a9e459b768fd0dee92d704a054a6", + "sha256": "9d0c07576f9bcbbb895118240ad674fb8b16ea2157abc183a7338acafa385db8", + "md5": "39f3b83cc0241c8012f7f3674ceb7402", + "config": { + "+:dbms.security.procedures.unrestricted": [ + "apoc.*" + ] + } + }, { "neo4j": "5.25.1", "neo4jVersion": "5.25.1",